| Index: tests/language_strong/function_type_alias9_test.dart
 | 
| diff --git a/tests/language_strong/function_type_alias9_test.dart b/tests/language_strong/function_type_alias9_test.dart
 | 
| index 3adc2dfeba29f5382dcee851ebfcd42c8490d1a2..ae9fda47b4b92bb2614abb9a6b4f693248225b0c 100644
 | 
| --- a/tests/language_strong/function_type_alias9_test.dart
 | 
| +++ b/tests/language_strong/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);
 | 
|  
 | 
| 
 |