| 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 308658a1adbbebd2a508f711d26db607a24d1ac1..004f3b28968366a2d38156ee2886f3d5e33780df 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) {
|
|
|