| Index: tests/lib/mirrors/instance_members_test.dart
|
| diff --git a/tests/lib/mirrors/instance_members_test.dart b/tests/lib/mirrors/instance_members_test.dart
|
| index 8f2f4773ee05a0e82161cded0071207fc3bf35b9..1726cdd3ebc546cbee1c59a3828e58e9be142af3 100644
|
| --- a/tests/lib/mirrors/instance_members_test.dart
|
| +++ b/tests/lib/mirrors/instance_members_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library test.instance_members;
|
|
|
| +@MirrorsUsed(targets: "test.instance_members")
|
| import 'dart:mirrors';
|
| import 'package:expect/expect.dart';
|
|
|
|
|