[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
@@ -28,7 +28,7 @@ class M1 : M2(), M3
|
||||
// MODULE: main(m1, m2, m3)
|
||||
// FILE: main.kt
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=equals;getKClass
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=equals;getKClass TARGET_BACKENDS=JS
|
||||
|
||||
fun box(): String {
|
||||
if (M1().foo() != 1) return "fail"
|
||||
|
||||
Reference in New Issue
Block a user