diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index 46cb6d75219..c68fc345caf 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -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");