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 cbc42ae649995654686c10a9093d559fe3dedcc4..52b02a198f9bc32773672a76f2312a13576ead88 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) { |