Index: tests/language/bailout6_test.dart |
diff --git a/tests/language/bailout6_test.dart b/tests/language/bailout6_test.dart |
index 5227f65f5dbdd96322c75147969f607ca1f88ba5..38b84db5467b0b1920feceb5b0abe5fe2500783c 100644 |
--- a/tests/language/bailout6_test.dart |
+++ b/tests/language/bailout6_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 for dart2js to make sure the computed bailout environment is |
// correct. |