| Index: tests/language/bailout3_test.dart
|
| diff --git a/tests/language/bailout3_test.dart b/tests/language/bailout3_test.dart
|
| index 16cc12190f0626d837f772b10b9995c0dcb565d5..ca8441e9227953e0db8ef1a0307b3362ede9d688 100644
|
| --- a/tests/language/bailout3_test.dart
|
| +++ b/tests/language/bailout3_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 the return type of a method is being registered for both
|
| // its bailout and optimized version in dart2js.
|
|
|
|
|