| Index: tests/language/condition_bailout_test.dart
|
| diff --git a/tests/language/condition_bailout_test.dart b/tests/language/condition_bailout_test.dart
|
| index 60329a5be07780ab9f7369c133bfde42b02d30fd..738d9d7a060a024b7c471af78f2e62cf4568c27f 100644
|
| --- a/tests/language/condition_bailout_test.dart
|
| +++ b/tests/language/condition_bailout_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program testing closures.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A {
|
| operator -() => this;
|
|
|
|
|