| Index: tests/kernel/unsorted/constant_evaluator_regression_test.dart
|
| diff --git a/tests/kernel/unsorted/constant_evaluator_regression_test.dart b/tests/kernel/unsorted/constant_evaluator_regression_test.dart
|
| index 176344e4964620e978df4b67f94b1bfc0173c971..e5c79c6d6523cb8a40eb94370c91e6b67e0e85c0 100644
|
| --- a/tests/kernel/unsorted/constant_evaluator_regression_test.dart
|
| +++ b/tests/kernel/unsorted/constant_evaluator_regression_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -import 'expect.dart';
|
| +import 'package:expect/expect.dart';
|
|
|
| const X = const bool.fromEnvironment('foobar');
|
|
|
|
|