| Index: tests/lib/mirrors/intercepted_superclass_test.dart
|
| diff --git a/tests/lib/mirrors/intercepted_superclass_test.dart b/tests/lib/mirrors/intercepted_superclass_test.dart
|
| index f683f6447a172e30ef75a5df0bcb580bc9301bf0..13efff60262f3d9f519f4b2319cf54ef7dbe4034 100644
|
| --- a/tests/lib/mirrors/intercepted_superclass_test.dart
|
| +++ b/tests/lib/mirrors/intercepted_superclass_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library test.intercepted_superclass_test;
|
|
|
| +@MirrorsUsed(targets: const [#String, #int, #double, #num, #bool, #List])
|
| import 'dart:mirrors';
|
| import 'package:expect/expect.dart';
|
|
|
|
|