Index: tests/language/import_collection_no_prefix_test.dart |
=================================================================== |
--- tests/language/import_collection_no_prefix_test.dart (revision 15598) |
+++ tests/language/import_collection_no_prefix_test.dart (working copy) |
@@ -4,8 +4,8 @@ |
// Dart test program importing the core library explicitly. |
-#library("ImportCollectionNoPrefixTest.dart"); |
-#import("dart:collection"); |
+library ImportCollectionNoPrefixTest.dart; |
+import "dart:collection"; |
main() { |
var e = new SplayTreeMap(); |