| Index: tests/language/prefix7_negative_test.dart
|
| ===================================================================
|
| --- tests/language/prefix7_negative_test.dart (revision 15598)
|
| +++ tests/language/prefix7_negative_test.dart (working copy)
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
|
|
| -#library("Prefix7NegativeTest.dart");
|
| -#import("library10.dart", prefix:"lib10");
|
| +library Prefix7NegativeTest.dart;
|
| +import "library10.dart" as lib10;
|
|
|
| // Top level variables cannot shadow library prefixes, they should collide.
|
|
|
|
|