Index: tests/language/library1_lib.lib |
=================================================================== |
--- tests/language/library1_lib.lib (revision 20447) |
+++ tests/language/library1_lib.lib (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("Library1Lib"); |
+library Library1Lib; |
-#source("library1_lib.dart"); |
+part "library1_lib.dart"; |