Index: tests/language/hello_script_test.dart |
diff --git a/tests/language/src/HelloScriptTest.dart b/tests/language/hello_script_test.dart |
similarity index 93% |
rename from tests/language/src/HelloScriptTest.dart |
rename to tests/language/hello_script_test.dart |
index c6f9b4fd493011fe28785dc29c9cd53ce7629014..87b99aa10c38694d9bb7be7b1316592cce6b67ef 100644 |
--- a/tests/language/src/HelloScriptTest.dart |
+++ b/tests/language/hello_script_test.dart |
@@ -7,7 +7,7 @@ |
// This file contains the script (aka root library). |
#library("HelloScriptTest.dart"); |
-#import("HelloScriptLib.dart"); |
+#import("hello_script_lib.dart"); |
main() { |
HelloLib.doTest(); |