| Index: tests/language/instanceof2_test.dart
|
| diff --git a/tests/language/instanceof2_test.dart b/tests/language/instanceof2_test.dart
|
| index 0655b8663978ea48ac90835ae5063734ff8681ba..8e1223f178b6275384127c354407b03e9f8b2f3e 100644
|
| --- a/tests/language/instanceof2_test.dart
|
| +++ b/tests/language/instanceof2_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing the instanceof operation.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| abstract class I { }
|
|
|
| abstract class AI implements I { }
|
|
|