Chromium Code Reviews| Index: tests/language/function_malformed_result_type_test.dart |
| diff --git a/tests/language/function_malformed_result_type_test.dart b/tests/language/function_malformed_result_type_test.dart |
| index d010be7ba0cfe17afc5a69e91020819db3c4b933..c41936e0f6420afebe9018d92691fa5ddbeb28b2 100644 |
| --- a/tests/language/function_malformed_result_type_test.dart |
| +++ b/tests/language/function_malformed_result_type_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test for a function with a malformed result type. |
| -import "package:expect/expect.dart"; |
| - |
| class C<T, U> {} |
| isCheckedMode() { |