Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: tests/corelib/sort_test.dart

Issue 10244009: test rename overhaul: step 7 - corelib tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698