Chromium Code Reviews| Index: tests/html/custom/mirrors_test.dart |
| diff --git a/tests/html/custom/mirrors_test.dart b/tests/html/custom/mirrors_test.dart |
| index ea6b091d44e5abeaa2e9e23842baa9212313bf4c..9cf892b2dc0731ab4fa8e8958bd3b96e2737a19a 100644 |
| --- a/tests/html/custom/mirrors_test.dart |
| +++ b/tests/html/custom/mirrors_test.dart |
| @@ -4,6 +4,7 @@ |
| library tests.html.mirrors_test; |
| +@MirrorsUsed(targets: const [A, B]) |
| import 'dart:mirrors'; |
| import 'dart:html'; |
| import 'package:unittest/unittest.dart'; |