Index: tests/language/import_core_no_prefix_test.dart |
=================================================================== |
--- tests/language/import_core_no_prefix_test.dart (revision 15598) |
+++ tests/language/import_core_no_prefix_test.dart (working copy) |
@@ -4,8 +4,8 @@ |
// Dart test program importing the core library explicitly. |
-#library("ImportCoreNoPrefixTest.dart"); |
-#import("dart:core"); |
+library ImportCoreNoPrefixTest.dart; |
+import "dart:core"; |
main() { |
print('"dart:core" imported.'); |