Minor, move kt57353 test to a subfolder

This commit is contained in:
Alexander Udalov
2023-06-08 00:48:22 +02:00
committed by Space Team
parent 14460db8e5
commit ccf4a6813c
16 changed files with 88 additions and 88 deletions
@@ -31,11 +31,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true, "compileKotlinAgainstKotlin");
}
@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)
@@ -22201,6 +22196,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
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("nullablePrimitiveNoFieldInitializer.kt")
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
runTest("compiler/testData/codegen/box/package/nullablePrimitiveNoFieldInitializer.kt");