Index: tests/compiler/dart2js_extra/bailout_test.dart |
diff --git a/tests/compiler/dart2js_extra/bailout_test.dart b/tests/compiler/dart2js_extra/bailout_test.dart |
index dd31071fefd7256deca189f58f3d655541bdac85..2d1d3cb6a0b2c2381edc30d156d6fa18214f16f1 100644 |
--- a/tests/compiler/dart2js_extra/bailout_test.dart |
+++ b/tests/compiler/dart2js_extra/bailout_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"; |
+ |
var myString; |
String ifBailout(test) { |