Chromium Code Reviews| Index: tests/compiler/dart2js_extra/bailout_aborting_if_test.dart |
| diff --git a/tests/compiler/dart2js_extra/bailout_aborting_if_test.dart b/tests/compiler/dart2js_extra/bailout_aborting_if_test.dart |
| index 5eac79164cd93f9784682a94f777571ea8c64ee9..9020f264c59b7a30fd2c5e3cf7853f538c27372c 100644 |
| --- a/tests/compiler/dart2js_extra/bailout_aborting_if_test.dart |
| +++ b/tests/compiler/dart2js_extra/bailout_aborting_if_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"; |
| + |
| bar() => {'bar' : 21}; |
| foo() => 'bar'; |