| Index: dart/tests/language/library_prefixes_test.dart
|
| diff --git a/dart/tests/language/library_prefixes_test.dart b/dart/tests/language/library_prefixes_test.dart
|
| index d31eb340cfc33fd26ba33010183ac288092f715c..eb36e63b69e181a1297da25c9f1ad9b3373951bc 100644
|
| --- a/dart/tests/language/library_prefixes_test.dart
|
| +++ b/dart/tests/language/library_prefixes_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 LibraryPrefixesTest;
|
| -import "library_prefixes.lib";
|
| +#library("LibraryPrefixesTest.dart");
|
| +#import("library_prefixes.lib");
|
|
|
| class LibraryPrefixesTest {
|
| static testMain() {
|
|
|