[JS IR BE] Regenerate & unmute tests

This commit is contained in:
Svyatoslav Kuzmich
2019-03-14 16:05:59 +03:00
parent 0f07209490
commit 41a45d98e7
2 changed files with 0 additions and 11 deletions
@@ -1271,11 +1271,6 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/dynamic/iterator.kt");
}
@TestMetadata("nameClashing.kt")
public void testNameClashing() throws Exception {
runTest("js/js.translator/testData/box/dynamic/nameClashing.kt");
}
@TestMetadata("operationsWithAssignment.kt")
public void testOperationsWithAssignment() throws Exception {
runTest("js/js.translator/testData/box/dynamic/operationsWithAssignment.kt");
@@ -5773,11 +5768,6 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/native/kt2209.kt");
}
@TestMetadata("library.kt")
public void testLibrary() throws Exception {
runTest("js/js.translator/testData/box/native/library.kt");
}
@TestMetadata("nativeClassAsReifiedTypeArgument.kt")
public void testNativeClassAsReifiedTypeArgument() throws Exception {
runTest("js/js.translator/testData/box/native/nativeClassAsReifiedTypeArgument.kt");
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1230
// GENERATE_SOURCE_MAPS
// FILE: Enum.kt