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

Unified Diff: tests/language/script1_negative_lib.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/scope_variable_test.dart ('k') | tests/language/script1_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/script1_negative_lib.dart
diff --git a/tests/language/src/Script1NegativeLib.dart b/tests/language/script1_negative_lib.dart
similarity index 85%
rename from tests/language/src/Script1NegativeLib.dart
rename to tests/language/script1_negative_lib.dart
index e0b7e83ae45dbe8dd0757ffa4226060958e7165a..4ae4e311f416a104462b423f2f85f0da61d913e6 100644
--- a/tests/language/src/Script1NegativeLib.dart
+++ b/tests/language/script1_negative_lib.dart
@@ -5,8 +5,8 @@
// Imported library has wrong order of import and source tags.
#library("Script1NegativeLib");
-#source("ScriptSource.dart");
-#import("ScriptLib.dart");
+#source("script_source.dart");
+#import("script_lib.dart");
class A {
var a;
« no previous file with comments | « tests/language/scope_variable_test.dart ('k') | tests/language/script1_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698