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

Unified Diff: tests/language/script2_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/script1_negative_test.dart ('k') | tests/language/script2_negative_source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/script2_negative_lib.dart
diff --git a/tests/language/src/Script2NegativeLib.dart b/tests/language/script2_negative_lib.dart
similarity index 82%
rename from tests/language/src/Script2NegativeLib.dart
rename to tests/language/script2_negative_lib.dart
index 58e977f640e6f0eac9298523d63801e0f12986a8..705bf69d17802e514e2a18fc7c46cb3a00c81873 100644
--- a/tests/language/src/Script2NegativeLib.dart
+++ b/tests/language/script2_negative_lib.dart
@@ -5,8 +5,8 @@
// Imported library has source file with library tags.
#library("Script2NegativeLib");
-#import("ScriptLib.dart");
-#source("Script2NegativeSource.dart");
+#import("script_lib.dart");
+#source("script2_negative_source.dart");
class A {
var a;
« no previous file with comments | « tests/language/script1_negative_test.dart ('k') | tests/language/script2_negative_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698