Chromium Code Reviews| Index: tests/language/first_class_types_literals_test.dart |
| diff --git a/tests/language/first_class_types_literals_test.dart b/tests/language/first_class_types_literals_test.dart |
| index 896ba5d62f1f96f45926d5eaef4065fc42519504..31724b6ca9501898c5b701cff5099389198b6747 100644 |
| --- a/tests/language/first_class_types_literals_test.dart |
| +++ b/tests/language/first_class_types_literals_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"; |
| - |
| class C<T, U, V> {} |
| class D {} |