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

Unified Diff: tests/language/library1_test.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/library1_negative_test.dart ('k') | tests/language/library2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/library1_test.dart
diff --git a/tests/language/src/Library1Test.dart b/tests/language/library1_test.dart
similarity index 94%
rename from tests/language/src/Library1Test.dart
rename to tests/language/library1_test.dart
index bcc464cbe14a9ed9f7fadc5b78934ade76c0899b..edcc6fd3b9b43cda8d90b0abf3b4701af04ea4c5 100644
--- a/tests/language/src/Library1Test.dart
+++ b/tests/language/library1_test.dart
@@ -4,7 +4,7 @@
// Dart test program for testing libraries.
#library("Library1Test.dart");
-#import("Library1Lib.lib");
+#import("library1_lib.lib");
main() {
Library1Test.testMain();
« no previous file with comments | « tests/language/library1_negative_test.dart ('k') | tests/language/library2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698