diff --git a/js/js.translator/testData/box/inline/callableReference.kt b/js/js.translator/testData/box/inline/callableReference.kt index 3a24ee37971..3f5001e61d5 100644 --- a/js/js.translator/testData/box/inline/callableReference.kt +++ b/js/js.translator/testData/box/inline/callableReference.kt @@ -4,7 +4,7 @@ package foo // CHECK_CONTAINS_NO_CALLS: multiplyInline except=imul TARGET_BACKENDS=JS // FIXME: Not inlined on IR BE -// CHECK_CONTAINS_NO_CALLS: multiplyInline except=multiply_0 IGNORED_BACKENDS=JS +// CHECK_CONTAINS_NO_CALLS: multiplyInline except=multiply IGNORED_BACKENDS=JS // CHECK_FUNCTION_EXISTS: runNoinline // CHECK_NOT_CALLED: runNoinline diff --git a/js/js.translator/testData/box/inline/operators.kt b/js/js.translator/testData/box/inline/operators.kt index 696810d2a09..4d60874f5d1 100644 --- a/js/js.translator/testData/box/inline/operators.kt +++ b/js/js.translator/testData/box/inline/operators.kt @@ -3,10 +3,8 @@ // CHECK_FUNCTION_EXISTS: plus_za3lpa$ TARGET_BACKENDS=JS // CHECK_NOT_CALLED_IN_SCOPE: function=plus_za3lpa$ scope=box TARGET_BACKENDS=JS -// CHECK_FUNCTION_EXISTS: plus TARGET_BACKENDS=JS -// CHECK_NOT_CALLED_IN_SCOPE: function=plus scope=box TARGET_BACKENDS=JS -// CHECK_FUNCTION_EXISTS: plus_1 IGNORED_BACKENDS=JS -// CHECK_NOT_CALLED_IN_SCOPE: function=plus_1 scope=box IGNORED_BACKENDS=JS +// CHECK_FUNCTION_EXISTS: plus +// CHECK_NOT_CALLED_IN_SCOPE: function=plus scope=box // CHECK_FUNCTION_EXISTS: invoke TARGET_BACKENDS=JS // CHECK_NOT_CALLED_IN_SCOPE: function=invoke scope=box TARGET_BACKENDS=JS diff --git a/js/js.translator/testData/box/inlineMultiFile/trait.kt b/js/js.translator/testData/box/inlineMultiFile/trait.kt index 4782958ae1f..44f2a091cbd 100644 --- a/js/js.translator/testData/box/inlineMultiFile/trait.kt +++ b/js/js.translator/testData/box/inlineMultiFile/trait.kt @@ -9,7 +9,7 @@ package foo import test.* -// CHECK_CONTAINS_NO_CALLS: testClassObject except=Companion_getInstance_19 +// CHECK_CONTAINS_NO_CALLS: testClassObject except=Companion_getInstance internal fun testFinalInline(): String { return Z().finalInline({"final"})