| Index: tests/language_strong/function_type_alias6_test.dart
|
| diff --git a/tests/language_strong/function_type_alias6_test.dart b/tests/language_strong/function_type_alias6_test.dart
|
| index cc7c9c1002316bbcadd79b0909779e22382a0d9d..345e2133cc0b5d958fa4bff9f9abbf903dcb9382 100644
|
| --- a/tests/language_strong/function_type_alias6_test.dart
|
| +++ b/tests/language_strong/function_type_alias6_test.dart
|
| @@ -8,7 +8,7 @@ import "package:expect/expect.dart";
|
| typedef F(
|
| List
|
| <F> // //# 00: compile-time error
|
| - x);
|
| + x);
|
|
|
| typedef D C();
|
|
|
|
|