| Index: tests/language/prefix10_test.dart
|
| ===================================================================
|
| --- tests/language/prefix10_test.dart (revision 15598)
|
| +++ tests/language/prefix10_test.dart (working copy)
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("Prefix10Test.dart");
|
| -#import("library10.dart", prefix : "lib10");
|
| -#import("library11.dart", prefix : "lib11");
|
| +library Prefix10Test.dart;
|
| +import "library10.dart" as lib10;
|
| +import "library11.dart" as lib11;
|
|
|
| class Prefix10Test {
|
| static Test1() {
|
|
|