Index: tests/language/bailout_test.dart |
diff --git a/tests/language/bailout_test.dart b/tests/language/bailout_test.dart |
index e5e56536c75e5a103addb60a6cc886e508db843b..a88780d108b675372c640fa3fc6594da0df3aeae 100644 |
--- a/tests/language/bailout_test.dart |
+++ b/tests/language/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"; |
+ |
// Test that a call to a bailout method in dart2js resolves to the |
// right method. |