For-loop over long range test

This commit is contained in:
Andrey Breslav
2012-08-30 20:36:28 +04:00
parent bf892870e1
commit 2a1307e040
2 changed files with 13 additions and 0 deletions
@@ -433,4 +433,9 @@ public class ControlStructuresTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2598.kt");
}
public void testLongRange() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("controlStructures/longRange.jet");
}
}