| Index: dart/tests/language/prefix23_test.dart
|
| diff --git a/dart/tests/language/prefix23_test.dart b/dart/tests/language/prefix23_test.dart
|
| index 37c326b9606a9c67e558a0f46e4e5f3e4da3f9af..50e065967cf3dc400b8001f8559c62a803307aa2 100644
|
| --- a/dart/tests/language/prefix23_test.dart
|
| +++ b/dart/tests/language/prefix23_test.dart
|
| @@ -5,8 +5,8 @@
|
| // Unresolved symbols should be reported as an static type warnings.
|
| // This should not prevent execution.
|
|
|
| -library Prefix23Test;
|
| -import "library12.dart" as lib12;
|
| +#library("Prefix23Test.dart");
|
| +#import("library12.dart", prefix:"lib12");
|
|
|
| class myClass {
|
| lib12.Library13 fld; /// static type warning
|
|
|