| Index: tests/language_strong/ct_const4_test.dart
|
| diff --git a/tests/language_strong/ct_const4_test.dart b/tests/language_strong/ct_const4_test.dart
|
| index d7ab8dba269920e6ac592e99222724049eebe94a..bdfeddbfecd2a02d50df137a409370957360c6bb 100644
|
| --- a/tests/language_strong/ct_const4_test.dart
|
| +++ b/tests/language_strong/ct_const4_test.dart
|
| @@ -4,6 +4,7 @@
|
| // Check compile-time constant library references with prefixes
|
|
|
| library CTConst4Test;
|
| +
|
| import "package:expect/expect.dart";
|
| import "ct_const4_lib.dart" as mylib;
|
|
|
| @@ -12,4 +13,3 @@ const A = mylib.B;
|
| main() {
|
| Expect.equals(1, A);
|
| }
|
| -
|
|
|