Minor, move kt57353 test to a subfolder
This commit is contained in:
committed by
Space Team
parent
14460db8e5
commit
ccf4a6813c
+5
-5
@@ -31,11 +31,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true, "ranges/stepped", "compileKotlinAgainstKotlin", "testsWithJava9", "testsWithJava15", "testsWithJava17");
|
||||
}
|
||||
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
@@ -28658,6 +28653,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/mainInFiles.kt");
|
||||
|
||||
Reference in New Issue
Block a user