| Index: tests/language/top_level_prefixed_declaration_test.dart
|
| ===================================================================
|
| --- tests/language/top_level_prefixed_declaration_test.dart (revision 15598)
|
| +++ tests/language/top_level_prefixed_declaration_test.dart (working copy)
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Dart test for top level declarations involving an imported type.
|
|
|
| -#library("main");
|
| -#import("library11.dart", prefix : "lib11");
|
| +library main;
|
| +import "library11.dart" as lib11;
|
|
|
| lib11.Library11 variable = null;
|
|
|
|
|