| Index: tests/language/instanceof3_test.dart
|
| diff --git a/tests/language/instanceof3_test.dart b/tests/language/instanceof3_test.dart
|
| index 507584031fa8e8c69ca98c66c309ceb48b138f8a..4921a18179ec87c7c30993f1a4393ff8361f6090 100644
|
| --- a/tests/language/instanceof3_test.dart
|
| +++ b/tests/language/instanceof3_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing the instanceof operation.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| // In the type test 'e is T', it is a run-time error if T does not denote a type
|
| // available in the current lexical scope.
|
|
|
|
|