| Index: dart/tests/language/prefix11_test.dart
|
| diff --git a/dart/tests/language/prefix11_test.dart b/dart/tests/language/prefix11_test.dart
|
| index cc405ab32dbab73cd0b6555cc5143d02dfa2bec0..0016ef802aeed9b8c1ea2c5c1233404e81e49ce5 100644
|
| --- a/dart/tests/language/prefix11_test.dart
|
| +++ b/dart/tests/language/prefix11_test.dart
|
| @@ -3,9 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
|
|
| -library Prefix11Test;
|
| -import "library10.dart";
|
| -import "library11.dart" as lib11;
|
| +#library("Prefix11Test.dart");
|
| +#import("library10.dart");
|
| +#import("library11.dart", prefix : "lib11");
|
|
|
| class Prefix11Test {
|
| static Test1() {
|
|
|