Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2021-07-20 07:19:14 +03:00
committed by teamcityserver
parent 35b4a9d4cc
commit bb202318ee
@@ -7651,11 +7651,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT") @TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class) @RunWith(JUnit3RunnerWithInners.class)
public static class ControlFlow extends AbstractLightAnalysisModeTest { public static class ControlFlow extends AbstractLightAnalysisModeTest {
@TestMetadata("doWhileWithInline.kt")
public void ignoreDoWhileWithInline() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.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);
} }
@@ -7684,6 +7679,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt"); runTest("compiler/testData/codegen/box/coroutines/controlFlow/doWhileStatement.kt");
} }
@TestMetadata("doWhileWithInline.kt")
public void testDoWhileWithInline() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/controlFlow/doWhileWithInline.kt");
}
@TestMetadata("doubleBreak.kt") @TestMetadata("doubleBreak.kt")
public void testDoubleBreak() throws Exception { public void testDoubleBreak() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt"); runTest("compiler/testData/codegen/box/coroutines/controlFlow/doubleBreak.kt");