Chromium Code Reviews| Index: tests/compiler/dart2js_extra/bailout_on_break_test.dart |
| diff --git a/tests/compiler/dart2js_extra/bailout_on_break_test.dart b/tests/compiler/dart2js_extra/bailout_on_break_test.dart |
| index d73f935889dc17ab60e87418b44a9736cb491d6f..ff09790f4ca459e260ee996535d29758907479ac 100644 |
| --- a/tests/compiler/dart2js_extra/bailout_on_break_test.dart |
| +++ b/tests/compiler/dart2js_extra/bailout_on_break_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"; |
| + |
| class A { |
| operator+(arg) => 42; |
| } |