| Index: dart/tests/language/prefix17_test.dart
|
| diff --git a/dart/tests/language/prefix17_test.dart b/dart/tests/language/prefix17_test.dart
|
| index 560569e2f2da1302688a72aa3f90b03a82c9a786..3dac9cbf2ad491eb34649ef2376c3d6377746082 100644
|
| --- a/dart/tests/language/prefix17_test.dart
|
| +++ b/dart/tests/language/prefix17_test.dart
|
| @@ -2,8 +2,8 @@
|
| // 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 Prefix17Test;
|
| -import "library12.dart" as lib12;
|
| +#library("Prefix17Test.dart");
|
| +#import("library12.dart", prefix:"lib12");
|
|
|
| class LocalClass {
|
| static int static_fld;
|
|
|