| Index: tests/language/library_prefixes_test.dart
|
| diff --git a/tests/language/src/LibraryPrefixesTest.dart b/tests/language/library_prefixes_test.dart
|
| similarity index 92%
|
| rename from tests/language/src/LibraryPrefixesTest.dart
|
| rename to tests/language/library_prefixes_test.dart
|
| index db0b86c0422d3f030acb9e85ce0664442f055384..eb36e63b69e181a1297da25c9f1ad9b3373951bc 100644
|
| --- a/tests/language/src/LibraryPrefixesTest.dart
|
| +++ b/tests/language/library_prefixes_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("LibraryPrefixesTest.dart");
|
| -#import("LibraryPrefixes.lib");
|
| +#import("library_prefixes.lib");
|
|
|
| class LibraryPrefixesTest {
|
| static testMain() {
|
|
|