diff --git a/compiler/tests-gen/org/jetbrains/kotlin/integration/AntTaskTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/integration/AntTaskTestGenerated.java index 01878446123..749b799377d 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/integration/AntTaskTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/integration/AntTaskTestGenerated.java @@ -44,16 +44,6 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest { runTest("compiler/testData/integration/ant/jvm/failOnErrorByDefault/"); } - @TestMetadata("fork") - public void testFork() throws Exception { - runTest("compiler/testData/integration/ant/jvm/fork/"); - } - - @TestMetadata("forkOnError") - public void testForkOnError() throws Exception { - runTest("compiler/testData/integration/ant/jvm/forkOnError/"); - } - @TestMetadata("helloWorld") public void testHelloWorld() throws Exception { runTest("compiler/testData/integration/ant/jvm/helloWorld/"); diff --git a/compiler/tests-gen/org/jetbrains/kotlin/multiplatform/MultiPlatformIntegrationTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/multiplatform/MultiPlatformIntegrationTestGenerated.java index be904fbe7a3..f7b36fe4bc7 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/multiplatform/MultiPlatformIntegrationTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/multiplatform/MultiPlatformIntegrationTestGenerated.java @@ -327,19 +327,6 @@ public class MultiPlatformIntegrationTestGenerated extends AbstractMultiPlatform } } - @TestMetadata("compiler/testData/multiplatform/compilerArguments") - @TestDataPath("$PROJECT_ROOT") - @RunWith(JUnit3RunnerWithInners.class) - public static class CompilerArguments extends AbstractMultiPlatformIntegrationTest { - private void runTest(String testDataFilePath) throws Exception { - KotlinTestUtils.runTest(this::doTest, this, testDataFilePath); - } - - public void testAllFilesPresentInCompilerArguments() throws Exception { - KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/multiplatform/compilerArguments"), Pattern.compile("^([^\\.]+)$"), null, true); - } - } - @TestMetadata("compiler/testData/multiplatform/contracts") @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class)