| Index: tests/language/bailout4_test.dart
|
| diff --git a/tests/language/bailout4_test.dart b/tests/language/bailout4_test.dart
|
| index 0bb3edf74cd0ce8fea54ee44c678689c38148024..bed7d32045eea3ed112f6e4d139f0951a43b7972 100644
|
| --- a/tests/language/bailout4_test.dart
|
| +++ b/tests/language/bailout4_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 "package:expect/expect.dart";
|
| +
|
| // Test that dart2s computes the right bailout environment in presence
|
| // of nested loops.
|
|
|
|
|