[JS] Remove failed checks based on unstable naming
This commit is contained in:
Vendored
-1
@@ -1,7 +1,6 @@
|
||||
// SKIP_INLINE_CHECK_IN: inlineFun$default
|
||||
// FILE: 1.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: test TARGET_BACKENDS=JS
|
||||
// CHECK_CONTAINS_NO_CALLS: test_0_k$ except=_get_value__0_k$ IGNORED_BACKENDS=JS
|
||||
package test
|
||||
|
||||
//problem in test framework
|
||||
|
||||
-1
@@ -12,7 +12,6 @@ inline fun <T : A> inlineFun(capturedParam: T, lambda: () -> T = { capturedParam
|
||||
|
||||
// FILE: 2.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: box TARGET_BACKENDS=JS
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=_get_value__0_k$ IGNORED_BACKENDS=JS
|
||||
|
||||
import test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user