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

Unified Diff: tests/language/library_prefixes.lib

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/library_prefixes.dart ('k') | tests/language/library_prefixes_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/library_prefixes.lib
diff --git a/tests/language/src/LibraryPrefixes.lib b/tests/language/library_prefixes.lib
similarity index 66%
rename from tests/language/src/LibraryPrefixes.lib
rename to tests/language/library_prefixes.lib
index dabb3b50549455c7a2182cd880128298f6c280b5..c534b5ce817a9b5c55bd9c9ed10d1b6714bb89b1 100644
--- a/tests/language/src/LibraryPrefixes.lib
+++ b/tests/language/library_prefixes.lib
@@ -4,6 +4,6 @@
#library("LibraryPrefixes.lib");
-#import("LibraryPrefixesTest1.lib");
-#import("LibraryPrefixesTest2.lib", prefix:"other");
-#source("LibraryPrefixes.dart");
+#import("library_prefixes_test1.lib");
+#import("library_prefixes_test2.lib", prefix:"other");
+#source("library_prefixes.dart");
« no previous file with comments | « tests/language/library_prefixes.dart ('k') | tests/language/library_prefixes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698