[TEST] Migrate AbstractDiagnosticsWithJdk9Test to new test runners
This commit is contained in:
Generated
+6
@@ -374,6 +374,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/IsExpressions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt11167.kt")
|
||||
public void testKt11167() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt11167.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt13401.kt")
|
||||
public void testKt13401() throws Exception {
|
||||
|
||||
+6
@@ -374,6 +374,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/IsExpressions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt11167.kt")
|
||||
public void testKt11167() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt11167.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt13401.kt")
|
||||
public void testKt13401() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user