Skip to content

Commit f4011ec

Browse files
Alexey AndreevAlexey Andreev
Alexey Andreev
authored and
Alexey Andreev
committed
JS: regenerate tests
1 parent 6f95667 commit f4011ec

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

js/js.tests/test/org/jetbrains/kotlin/js/test/semantics/JsCodegenBoxTestGenerated.java

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9665,13 +9665,7 @@ public void testLongRangeWithExplicitDot() throws Exception {
96659665
@TestMetadata("prefixIncDec.kt")
96669666
public void testPrefixIncDec() throws Exception {
96679667
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/prefixIncDec.kt");
9668-
try {
9669-
doTest(fileName);
9670-
}
9671-
catch (Throwable ignore) {
9672-
return;
9673-
}
9674-
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
9668+
doTest(fileName);
96759669
}
96769670

96779671
@TestMetadata("rangeFromCollection.kt")
@@ -12368,13 +12362,7 @@ public void testKt14201_2() throws Exception {
1236812362
@TestMetadata("kt4152.kt")
1236912363
public void testKt4152() throws Exception {
1237012364
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
12371-
try {
12372-
doTest(fileName);
12373-
}
12374-
catch (Throwable ignore) {
12375-
return;
12376-
}
12377-
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
12365+
doTest(fileName);
1237812366
}
1237912367

1238012368
@TestMetadata("kt4987.kt")
@@ -19892,25 +19880,13 @@ public void testHidePrivateByPublic() throws Exception {
1989219880
@TestMetadata("incInClassObject.kt")
1989319881
public void testIncInClassObject() throws Exception {
1989419882
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInClassObject.kt");
19895-
try {
19896-
doTest(fileName);
19897-
}
19898-
catch (Throwable ignore) {
19899-
return;
19900-
}
19901-
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
19883+
doTest(fileName);
1990219884
}
1990319885

1990419886
@TestMetadata("incInObject.kt")
1990519887
public void testIncInObject() throws Exception {
1990619888
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInObject.kt");
19907-
try {
19908-
doTest(fileName);
19909-
}
19910-
catch (Throwable ignore) {
19911-
return;
19912-
}
19913-
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
19889+
doTest(fileName);
1991419890
}
1991519891

1991619892
@TestMetadata("inheritedPropertyInClassObject.kt")

0 commit comments

Comments
 (0)