Index: tests/language/private2_lib.lib |
=================================================================== |
--- tests/language/private2_lib.lib (revision 20447) |
+++ tests/language/private2_lib.lib (working copy) |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for testing access to private fields across class hierarchies. |
-#library("Private2Lib"); |
+library Private2Lib; |
-#import("private2_test.dart"); |
-#source("private2_lib.dart"); |
+import "private2_test.dart"; |
+part "private2_lib.dart"; |