[Debugger] Fix compiler option for disabling IR backend in tests
This commit is contained in:
+2
-2
@@ -92,8 +92,8 @@ class DebuggerTestCompilerFacility(
|
||||
|
||||
val options = mutableListOf("-jvm-target", jvmTarget.description)
|
||||
|
||||
if (useIrBackend) {
|
||||
options.add("-Xuse-ir")
|
||||
if (!useIrBackend) {
|
||||
options.add("-Xuse-old-backend")
|
||||
}
|
||||
|
||||
if (kotlin.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user