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

Unified Diff: tests/language/library_private_in_constructor_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
Index: tests/language/library_private_in_constructor_test.dart
diff --git a/tests/language/src/LibraryPrivateInConstructorTest.dart b/tests/language/library_private_in_constructor_test.dart
similarity index 77%
rename from tests/language/src/LibraryPrivateInConstructorTest.dart
rename to tests/language/library_private_in_constructor_test.dart
index f5b0d35f773300ff988aef9505f951197ea56500..3663b79e459811317e6203c7f4be75de2af40a07 100644
--- a/tests/language/src/LibraryPrivateInConstructorTest.dart
+++ b/tests/language/library_private_in_constructor_test.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
#library('LibraryPrivateInConstructor');
-#import("LibraryPrivateInConstructorA.dart");
-#import("LibraryPrivateInConstructorB.dart");
+#import("library_private_in_constructor_a.dart");
+#import("library_private_in_constructor_b.dart");
main() {
var b = new B();
« no previous file with comments | « tests/language/library_private_in_constructor_b.dart ('k') | tests/language/library_same_name_used_lib1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698