| Index: tests/language/ct_const4_test.dart
|
| diff --git a/tests/language/src/CTConst4Test.dart b/tests/language/ct_const4_test.dart
|
| similarity index 88%
|
| rename from tests/language/src/CTConst4Test.dart
|
| rename to tests/language/ct_const4_test.dart
|
| index 1f2604a8da411a8fa22af5ca0fe81e135347013a..2615582a8eb24358da49bc2f22afe1edba82d2b3 100644
|
| --- a/tests/language/src/CTConst4Test.dart
|
| +++ b/tests/language/ct_const4_test.dart
|
| @@ -4,7 +4,7 @@
|
| // Check compile-time constant library references with prefixes
|
|
|
| #library("CTConst4Test");
|
| -#import("CTConst4Lib.dart", prefix:"mylib");
|
| +#import("ct_const4_lib.dart", prefix:"mylib");
|
|
|
| final A = mylib.B;
|
|
|
|
|