| Index: tests/language_strong/fixed_type_variable_test.dart | 
| diff --git a/tests/language_strong/fixed_type_variable_test.dart b/tests/language_strong/fixed_type_variable_test.dart | 
| index e032fafc474b586ce9e613b59aea04cd0e71cb0d..ddfecdfec4ec4d836cb584ab807fe5e0b9bcba9d 100644 | 
| --- a/tests/language_strong/fixed_type_variable_test.dart | 
| +++ b/tests/language_strong/fixed_type_variable_test.dart | 
| @@ -32,12 +32,12 @@ class IntC extends C<int> { | 
| } | 
|  | 
| void main() { | 
| -  testA(); /// 01: ok | 
| -  testNumA(); /// 02: ok | 
| -  testB(); /// 03: ok | 
| -  testStringB(); /// 04: ok | 
| -  testC(); /// 05: ok | 
| -  testIntC(); /// 06: ok | 
| +  testA(); //# 01: ok | 
| +  testNumA(); //# 02: ok | 
| +  testB(); //# 03: ok | 
| +  testStringB(); //# 04: ok | 
| +  testC(); //# 05: ok | 
| +  testIntC(); //# 06: ok | 
| } | 
|  | 
| void testA() { | 
|  |