| Index: tests/language/generic_instanceof2_test.dart
|
| diff --git a/tests/language/generic_instanceof2_test.dart b/tests/language/generic_instanceof2_test.dart
|
| index 38fdbcd83d8f20ccc2663ceae8d2550f107c51bd..bb4d45f630b5d37fd7d3753e336349ea5ad19bee 100644
|
| --- a/tests/language/generic_instanceof2_test.dart
|
| +++ b/tests/language/generic_instanceof2_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test that instanceof works correctly with type variables.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| // Test that partially typed generic instances are correctly constructed.
|
|
|
| // Test factory case.
|
|
|