| Index: tests/lib/mirrors/intercepted_cache_test.dart
|
| diff --git a/tests/lib/mirrors/intercepted_cache_test.dart b/tests/lib/mirrors/intercepted_cache_test.dart
|
| index 818906d781ecefda837e97a683064e7513f86ed3..7507e4f7961bf2f3666243d6860dbec5b29b16bc 100644
|
| --- a/tests/lib/mirrors/intercepted_cache_test.dart
|
| +++ b/tests/lib/mirrors/intercepted_cache_test.dart
|
| @@ -6,6 +6,9 @@
|
| // etc. The test is using getField, as invoke, setField, and getField all share
|
| // the same caching.
|
|
|
| +library lib;
|
| +
|
| +@MirrorsUsed(targets: const ["lib", "dart.core"])
|
| import 'dart:mirrors';
|
|
|
| import 'package:expect/expect.dart';
|
|
|