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

Unified Diff: tests/corelib/list_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/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() {

Powered by Google App Engine
This is Rietveld 408576698