Chromium Code Reviews| Index: test/mirrors_used_test.dart |
| diff --git a/test/mirrors_used_test.dart b/test/mirrors_used_test.dart |
| index 11c3bf30e839f6977133479034a2692a3c5a56fe..fdf04adf05d6a24b23be3c8f15e42de79be08c8c 100644 |
| --- a/test/mirrors_used_test.dart |
| +++ b/test/mirrors_used_test.dart |
| @@ -9,7 +9,6 @@ import 'package:unittest/unittest.dart'; |
| import 'common.dart' hide main; |
| import 'common.dart' as common show main; |
| - |
| @MirrorsUsed( |
| targets: const [A, B, C, D, E, E2, F, F2, G, H, Type], |
| override: 'smoke.mirrors') |