File names fixed according to f202ad9f98
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user