Index: tests/language/library1_test.dart |
=================================================================== |
--- tests/language/library1_test.dart (revision 15598) |
+++ tests/language/library1_test.dart (working copy) |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing libraries. |
-#library("Library1Test.dart"); |
-#import("library1_lib.lib"); |
+library Library1Test.dart; |
+import "library1_lib.lib"; |
main() { |
Library1Test.testMain(); |