From 02e37dceeb2be47e748aa9a2521ec962e2a62248 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 8 Apr 2021 15:42:16 +0300 Subject: [PATCH] Regenerate LightAnalysisModeTestGenerated.java --- .../LightAnalysisModeTestGenerated.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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");