Index: tests/language/prefix6_negative_test.dart |
=================================================================== |
--- tests/language/prefix6_negative_test.dart (revision 15598) |
+++ tests/language/prefix6_negative_test.dart (working copy) |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// |
-#library("Prefix6NegativeTest.dart"); |
-#import("library10.dart", prefix:"lib10"); |
+library Prefix6NegativeTest.dart; |
+import "library10.dart" as lib10; |
class Prefix6NegativeTest { |
static Test1() { |