[JS IR] JS code in init block only for js ir backend test

This commit is contained in:
Ilya Goncharov
2021-02-20 16:59:08 +03:00
committed by TeamCityServer
parent 13dfa5a886
commit d9be59ea97
2 changed files with 2 additions and 6 deletions
@@ -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
View File
@@ -1,4 +1,5 @@
// EXPECTED_REACHABLE_NODES: 1282
// TARGET_BACKEND: JS_IR
package foo
class A {