Index: tests/language/top_level_non_prefixed_library_test.dart |
=================================================================== |
--- tests/language/top_level_non_prefixed_library_test.dart (revision 15598) |
+++ tests/language/top_level_non_prefixed_library_test.dart (working copy) |
@@ -2,6 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#library('TopLevelNonPrefixLibraryTest.dart'); |
-#import('top_level_prefixed_library_test.lib'); |
-#source('top_level_file1.dart'); |
+library TopLevelNonPrefixLibraryTest.dart; |
+import 'top_level_prefixed_library_test.lib'; |
+part 'top_level_file1.dart'; |