| Index: tests/language/range_analysis_test.dart
|
| diff --git a/tests/language/range_analysis_test.dart b/tests/language/range_analysis_test.dart
|
| index a8b0203b17d8869012f07c136bba03100d2b7156..4be74142a5c6fe3ce4cbf608c470c36b1d23be32 100644
|
| --- a/tests/language/range_analysis_test.dart
|
| +++ b/tests/language/range_analysis_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for constructors and initializers.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Check that range analysis does not enter infinite loop trying to propagate
|
| // ranges through dependant phis.
|
| bar() {
|
|
|