Index: tests/language/library3.dart |
=================================================================== |
--- tests/language/library3.dart (revision 15598) |
+++ tests/language/library3.dart (working copy) |
@@ -3,6 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
// |
-#library("library3.dart"); |
+library library3.dart; |
-#import("library2.dart"); // defines "foo" and "foo1". |
+import "library2.dart"; // defines "foo" and "foo1". |