Index: tests/language/library_negative_test.dart |
=================================================================== |
--- tests/language/library_negative_test.dart (revision 15598) |
+++ tests/language/library_negative_test.dart (working copy) |
@@ -4,8 +4,8 @@ |
// This test should fail to load because the app file references a |
// library spec file that does not exist. |
-#library("LibraryNegativeTest.dart"); |
-#import("nonexisting_library.lib"); |
+library LibraryNegativeTest.dart; |
+import "nonexisting_library.lib"; |
main(args) { |