Minor: regenerate tests
This commit is contained in:
+5
-5
@@ -22123,6 +22123,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
@TestDataPath("$PROJECT_ROOT")
|
@TestDataPath("$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
@RunWith(JUnit3RunnerWithInners.class)
|
||||||
public static class Lateinit extends AbstractLightAnalysisModeTest {
|
public static class Lateinit extends AbstractLightAnalysisModeTest {
|
||||||
|
@TestMetadata("kt30548.kt")
|
||||||
|
public void ignoreKt30548() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/properties/lateinit/kt30548.kt");
|
||||||
|
}
|
||||||
|
|
||||||
private void runTest(String testDataFilePath) throws Exception {
|
private void runTest(String testDataFilePath) throws Exception {
|
||||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||||
}
|
}
|
||||||
@@ -22156,11 +22161,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/properties/lateinit/exceptionGetter.kt");
|
runTest("compiler/testData/codegen/box/properties/lateinit/exceptionGetter.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt30548.kt")
|
|
||||||
public void testKt30548() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/properties/lateinit/kt30548.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("localClass.kt")
|
@TestMetadata("localClass.kt")
|
||||||
public void testLocalClass() throws Exception {
|
public void testLocalClass() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");
|
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user