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 c41936e0f6420afebe9018d92691fa5ddbeb28b2..d010be7ba0cfe17afc5a69e91020819db3c4b933 100644 |
| --- a/tests/language/function_malformed_result_type_test.dart |
| +++ b/tests/language/function_malformed_result_type_test.dart |
| @@ -3,6 +3,8 @@ |
| // 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() { |