Minor, remove extraneous box tests
These tests are already present in `compiler/testData/codegen/box/classes/kt496.kt`.
This commit is contained in:
committed by
Space Team
parent
e6c4a8957d
commit
5513740659
-12
@@ -7725,18 +7725,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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 {
|
||||
|
||||
-12
@@ -7899,18 +7899,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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 {
|
||||
|
||||
-12
@@ -7639,18 +7639,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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 {
|
||||
|
||||
-12
@@ -7726,18 +7726,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user