[JS IR] JS code in init block only for js ir backend test
This commit is contained in:
committed by
TeamCityServer
parent
13dfa5a886
commit
d9be59ea97
-5
@@ -5120,11 +5120,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsCode/if.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("init.kt")
|
||||
public void testInit() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/init.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invocation.kt")
|
||||
public void testInvocation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/invocation.kt");
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1282
|
||||
// TARGET_BACKEND: JS_IR
|
||||
|
||||
package foo
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user