Index: tests/language/bailout4_test.dart |
diff --git a/tests/language/bailout4_test.dart b/tests/language/bailout4_test.dart |
index 52e9713d6154085b7ac2a127262545a06da2fae5..54c2f3f8ca7a3fb7f3f4f7b9f4544973db75d541 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. |