Index: tests/corelib/list_sort_test.dart |
diff --git a/tests/corelib/src/ListSortTest.dart b/tests/corelib/list_sort_test.dart |
similarity index 95% |
rename from tests/corelib/src/ListSortTest.dart |
rename to tests/corelib/list_sort_test.dart |
index 42afc2588d3f4d3a4b2e058b1400a5c6debb6dfc..48e0b0cecc04cf37b390c46cc89307daf02b9f85 100644 |
--- a/tests/corelib/src/ListSortTest.dart |
+++ b/tests/corelib/list_sort_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library("ListSortTest.dart"); |
-#source("SortHelper.dart"); |
+#source("sort_helper.dart"); |
class ListSortTest { |
static void testMain() { |