Chromium Code Reviews| Index: tests/language/function_type_alias4_test.dart |
| diff --git a/tests/language/function_type_alias4_test.dart b/tests/language/function_type_alias4_test.dart |
| index b517423990bce5a5acb1b4676bed90dd6ca73807..465f0a793d912fc4d1fe00a46bb872f108c7d98c 100644 |
| --- a/tests/language/function_type_alias4_test.dart |
| +++ b/tests/language/function_type_alias4_test.dart |
| @@ -4,8 +4,6 @@ |
| // |
| // Dart test for function type alias with a type parameter as result type. |
| -import "package:expect/expect.dart"; |
| - |
| typedef bool F<bool>(bool a); // 'bool' is not the boolean type. |
| bool bar(bool a) { |