Add blackbox test for KT-42533.
This commit is contained in:
committed by
Alexander Udalov
parent
375d92cf67
commit
a093efde11
+5
@@ -24155,6 +24155,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class ForInUntil extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("kt42533.kt")
|
||||
public void ignoreKt42533() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user