Chromium Code Reviews| Index: tests/language/function_type_alias_test.dart |
| diff --git a/tests/language/function_type_alias_test.dart b/tests/language/function_type_alias_test.dart |
| index 0df61e338428f0a6865f3ca09895d9d0f00055ca..f6188b6693b18f78cfd2eb4eee47149a29364111 100644 |
| --- a/tests/language/function_type_alias_test.dart |
| +++ b/tests/language/function_type_alias_test.dart |
| @@ -5,8 +5,6 @@ |
| // |
| // Dart test for function type alias. |
| -import "package:expect/expect.dart"; |
| - |
| typedef Fun(a, b); |
| typedef int IntFun(a, b); |