Minor, remove extraneous box tests

These tests are already present in
`compiler/testData/codegen/box/classes/kt496.kt`.
This commit is contained in:
Alexander Udalov
2023-06-30 14:15:42 +02:00
committed by Space Team
parent e6c4a8957d
commit 5513740659
17 changed files with 0 additions and 211 deletions
@@ -6880,18 +6880,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTry.kt");
}
@Test
@TestMetadata("splitTryCorner1.kt")
public void testSplitTryCorner1() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner1.kt");
}
@Test
@TestMetadata("splitTryCorner2.kt")
public void testSplitTryCorner2() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner2.kt");
}
@Test
@TestMetadata("try.kt")
public void testTry() throws Exception {
@@ -6880,18 +6880,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTry.kt");
}
@Test
@TestMetadata("splitTryCorner1.kt")
public void testSplitTryCorner1() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner1.kt");
}
@Test
@TestMetadata("splitTryCorner2.kt")
public void testSplitTryCorner2() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner2.kt");
}
@Test
@TestMetadata("try.kt")
public void testTry() throws Exception {
@@ -6880,18 +6880,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTry.kt");
}
@Test
@TestMetadata("splitTryCorner1.kt")
public void testSplitTryCorner1() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner1.kt");
}
@Test
@TestMetadata("splitTryCorner2.kt")
public void testSplitTryCorner2() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions/splitTryCorner2.kt");
}
@Test
@TestMetadata("try.kt")
public void testTry() throws Exception {