| Index: tests/language/ct_const4_test.dart
|
| diff --git a/tests/language/ct_const4_test.dart b/tests/language/ct_const4_test.dart
|
| index 0c58e5226f9edb4d8766d55e7c1c09081a950e73..d7ab8dba269920e6ac592e99222724049eebe94a 100644
|
| --- a/tests/language/ct_const4_test.dart
|
| +++ b/tests/language/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;
|
|
|
| const A = mylib.B;
|
|
|