Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2020-12-25 09:41:06 +03:00
parent 9715ae88fe
commit 9b148325fe
@@ -22123,6 +22123,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
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 {
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");
}
@TestMetadata("kt30548.kt")
public void testKt30548() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/kt30548.kt");
}
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");