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(); |