| Index: dart/tests/language/prefix10_test.dart
|
| diff --git a/dart/tests/language/prefix10_test.dart b/dart/tests/language/prefix10_test.dart
|
| index e9b3b5a983fc4dc8bf61ff22489ff9c51045d8b0..314be10e2d5c20e43eb75edf2429e68802e95af8 100644
|
| --- a/dart/tests/language/prefix10_test.dart
|
| +++ b/dart/tests/language/prefix10_test.dart
|
| @@ -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;
|
| -import "library10.dart" as lib10;
|
| -import "library11.dart" as lib11;
|
| +#library("Prefix10Test.dart");
|
| +#import("library10.dart", prefix : "lib10");
|
| +#import("library11.dart", prefix : "lib11");
|
|
|
| class Prefix10Test {
|
| static Test1() {
|
|
|