Index: tests/language/private_lib |
=================================================================== |
--- tests/language/private_lib (revision 20447) |
+++ tests/language/private_lib (working copy) |
@@ -3,6 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for testing access to private fields. |
-#library("PrivateLib"); |
+library PrivateLib; |
-#source("private_lib.dart"); |
+part "private_lib.dart"; |