| Index: tests/language/function_subtype_bound_closure5a_test.dart | 
| diff --git a/tests/language/function_subtype_bound_closure5a_test.dart b/tests/language/function_subtype_bound_closure5a_test.dart | 
| index 106f113d62723948c33ac927e98c7055e5602b6b..7f4d209d82cb760def803f890f918bd7a7919211 100644 | 
| --- a/tests/language/function_subtype_bound_closure5a_test.dart | 
| +++ b/tests/language/function_subtype_bound_closure5a_test.dart | 
| @@ -41,4 +41,4 @@ main() { | 
| new D<String, bool>().test('bool', true); | 
| new D<bool, int>().test('int', false); | 
| new D().test('dynamic', true); | 
| -} | 
| +} | 
|  |