| Index: tests/language/function_type_alias6_test.dart
|
| diff --git a/tests/language/function_type_alias6_test.dart b/tests/language/function_type_alias6_test.dart
|
| index 15fe9b6f29690ba473a87b0ebfec0a91204af024..59e78af294f27282e281d4113d2d3d92a65f4179 100644
|
| --- a/tests/language/function_type_alias6_test.dart
|
| +++ b/tests/language/function_type_alias6_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test for legally self referencing function type alias.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| typedef F(List<F> x);
|
|
|
| typedef D C();
|
|
|