| Index: tests/corelib/sort_test.dart
|
| diff --git a/tests/corelib/src/SortTest.dart b/tests/corelib/sort_test.dart
|
| similarity index 98%
|
| rename from tests/corelib/src/SortTest.dart
|
| rename to tests/corelib/sort_test.dart
|
| index 18199c51c95c6da74a87bc074253cdb6a09f42b1..a7cee149c33d2d15147770d77a5cfedf0980322a 100644
|
| --- a/tests/corelib/src/SortTest.dart
|
| +++ b/tests/corelib/sort_test.dart
|
| @@ -5,7 +5,7 @@
|
| // Dart test for sort routines.
|
| #library("SortTest.dart");
|
| #import("dart:coreimpl");
|
| -#source("SortHelper.dart");
|
| +#source("sort_helper.dart");
|
|
|
| main() {
|
| var compare = (a, b) => a.compareTo(b);
|
|
|