@@ -9665,13 +9665,7 @@ public void testLongRangeWithExplicitDot() throws Exception {
9665
9665
@TestMetadata("prefixIncDec.kt")
9666
9666
public void testPrefixIncDec() throws Exception {
9667
9667
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);
9675
9669
}
9676
9670
9677
9671
@TestMetadata("rangeFromCollection.kt")
@@ -12368,13 +12362,7 @@ public void testKt14201_2() throws Exception {
12368
12362
@TestMetadata("kt4152.kt")
12369
12363
public void testKt4152() throws Exception {
12370
12364
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);
12378
12366
}
12379
12367
12380
12368
@TestMetadata("kt4987.kt")
@@ -19892,25 +19880,13 @@ public void testHidePrivateByPublic() throws Exception {
19892
19880
@TestMetadata("incInClassObject.kt")
19893
19881
public void testIncInClassObject() throws Exception {
19894
19882
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);
19902
19884
}
19903
19885
19904
19886
@TestMetadata("incInObject.kt")
19905
19887
public void testIncInObject() throws Exception {
19906
19888
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);
19914
19890
}
19915
19891
19916
19892
@TestMetadata("inheritedPropertyInClassObject.kt")
0 commit comments