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

Unified Diff: tests/language/default_factory_library.dart

Issue 10248007: test rename overhaul: step 8 - language 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
« no previous file with comments | « tests/language/default_factory3_test.dart ('k') | tests/language/default_factory_library_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/default_factory_library.dart
diff --git a/tests/language/src/DefaultFactoryLibrary.dart b/tests/language/default_factory_library.dart
similarity index 87%
rename from tests/language/src/DefaultFactoryLibrary.dart
rename to tests/language/default_factory_library.dart
index 842ad4997c780fa5190385b5e14a81a6a718bcce..6c90806f1295ebf0c529fd88710ca21ed1252a3f 100644
--- a/tests/language/src/DefaultFactoryLibrary.dart
+++ b/tests/language/default_factory_library.dart
@@ -5,7 +5,7 @@
// Dart test program for testing default factories defined across libraries
#library("lib");
-#import("DefaultFactoryLibraryTest.dart", prefix:"test");
+#import("default_factory_library_test.dart", prefix:"test");
// References a factory class in another library
interface A default test.C {
« no previous file with comments | « tests/language/default_factory3_test.dart ('k') | tests/language/default_factory_library_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698