Chromium Code Reviews| Index: test/group_name_test.dart |
| diff --git a/test/group_name_test.dart b/test/group_name_test.dart |
| index b833006d28602fcca47f911a429f263851bbbe6d..3184ffc3f8e954ce4c817bdcb5970f8c2a7878d2 100644 |
| --- a/test/group_name_test.dart |
| +++ b/test/group_name_test.dart |
| @@ -20,9 +20,5 @@ void _test(message) { |
| test('b', () {}); |
| }); |
| }); |
| - }, [{ |
| - 'description': 'a a' |
| - }, { |
| - 'description': 'a b b' |
| - }]); |
| + }, [{'description': 'a a'}, {'description': 'a b b'}]); |
| } |