[JS] Remove failed checks based on unstable naming

This commit is contained in:
Svyatoslav Kuzmich
2021-10-12 20:06:52 +03:00
parent 3f8dce4b53
commit 279f184703
16 changed files with 7 additions and 47 deletions
@@ -11,6 +11,5 @@ inline fun foo() = O.bar()
// MODULE: main(lib)
// FILE: main.kt
// 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()