Chromium Code Reviews| Index: tests/language/private_test.dart |
| =================================================================== |
| --- tests/language/private_test.dart (revision 15598) |
| +++ tests/language/private_test.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| // Dart test for testing access to private fields. |
| -#library("PrivateTest.dart"); |
| -#import("private_other.lib"); |
| -#source("private1.dart"); |
| -#source("private2.dart"); |
| +library PrivateTest.dart; |
| +import "private_other.lib"; |
| +part "private1.dart"; |
| +part "private2.dart"; |