| Index: tests/language/function_type_alias9_test.dart
|
| diff --git a/tests/language/function_type_alias9_test.dart b/tests/language/function_type_alias9_test.dart
|
| index e0e2fdd2ff21165331aaa1e32901633d4f962987..c865bead9e90f8fdae49c8914a7585626ad05dac 100644
|
| --- a/tests/language/function_type_alias9_test.dart
|
| +++ b/tests/language/function_type_alias9_test.dart
|
| @@ -4,7 +4,7 @@
|
| // Dart test for legally self referencing function type alias.
|
|
|
| typedef void F(List
|
| - <G> // /// 00: compile-time error
|
| + <G> // //# 00: compile-time error
|
| l);
|
| typedef void G(List<F> l);
|
|
|
|
|