Index: tests/language/library_prefixes_test2.lib |
=================================================================== |
--- tests/language/library_prefixes_test2.lib (revision 20447) |
+++ tests/language/library_prefixes_test2.lib (working copy) |
@@ -2,7 +2,7 @@ |
// 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("LibraryPrefixesTest2.lib"); |
+library LibraryPrefixesTest2.lib; |
-#source("library_prefixes_test2.dart"); |
+part "library_prefixes_test2.dart"; |