[Test] Migrate AbstractBlackBoxCodegenTest to new infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
f01122d8dc
commit
85c87f7df9
+2
-2
@@ -4,9 +4,9 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1304
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
// MODULE: lib1
|
||||
// FILE: lib1.kt
|
||||
package pkg
|
||||
@@ -31,4 +31,4 @@ fun box(): String {
|
||||
if (foo() != "42") return "FAIL: ${foo()}"
|
||||
|
||||
return bar()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
package helpers
|
||||
|
||||
fun isIR(): Boolean = true
|
||||
@@ -0,0 +1,3 @@
|
||||
package helpers
|
||||
|
||||
fun isIR(): Boolean = false
|
||||
Reference in New Issue
Block a user