Regenerate LightAnalysisModeTestGenerated.java

This commit is contained in:
Nikolay Krasko
2021-04-08 15:42:16 +03:00
committed by TeamCityServer
parent 46338224e1
commit 02e37dceeb
@@ -24086,6 +24086,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Ranges extends AbstractLightAnalysisModeTest {
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
public void ignoreForInDoubleRangeWithCustomIterator() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
}
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
public void ignoreForInFloatRangeWithCustomIterator() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}
@@ -24129,16 +24139,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/ranges/forInCustomIterable.kt");
}
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
public void testForInDoubleRangeWithCustomIterator() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
}
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
public void testForInFloatRangeWithCustomIterator() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
}
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");