File names fixed according to f202ad9f98

This commit is contained in:
Andrey Breslav
2014-10-14 08:26:28 +04:00
parent 2b43aad4f9
commit 56d1979d9b
@@ -37,7 +37,7 @@ public class GenerateRangesCodegenTestData {
private static final File AS_EXPRESSION_DIR = new File(TEST_DATA_DIR, "expression");
private static final File[] SOURCE_TEST_FILES = {
new File("libraries/stdlib/test/language/RangeIterationTest.kt"),
new File("libraries/stdlib/test/language/RangeIterationTestJVM.kt")
new File("libraries/stdlib/test/language/RangeIterationJVMTest.kt")
};
private static final Pattern TEST_FUN_PATTERN = Pattern.compile("test fun (\\w+)\\(\\) \\{.+?}", Pattern.DOTALL);