[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
@@ -10,6 +10,7 @@ inline fun foo() = O.bar()
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: main.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=bar
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=bar TARGET_BACKENDS=JS
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=bar_0_k$;O_getInstance; IGNORED_BACKENDS=JS
|
||||
|
||||
fun box() = foo()
|
||||
fun box() = foo()
|
||||
|
||||
Reference in New Issue
Block a user