| Index: tests/language/f_bounded_quantification_test.dart
|
| diff --git a/tests/language/f_bounded_quantification_test.dart b/tests/language/f_bounded_quantification_test.dart
|
| index 133fd19cd63fd45b105c13f9473e8de1f3743431..928b71eea5575fa9ece00d44d1648646514e2751 100644
|
| --- a/tests/language/f_bounded_quantification_test.dart
|
| +++ b/tests/language/f_bounded_quantification_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 for F-Bounded Quantification.
|
|
|
| class FBound<F extends FBound<F>> {}
|
|
|