| Index: tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| diff --git a/tests/lib/mirrors/invoke_call_through_getter_test.dart b/tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| index 287e212ed8e22014ca65e99db648adcf7f887bff..f267c71aeab8ac7886c7f2a34767a68325d40a8f 100644
|
| --- a/tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| +++ b/tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library test.invoke_call_through_getter;
|
|
|
| +@MirrorsUsed(targets: "test.invoke_call_through_getter")
|
| import 'dart:mirrors';
|
|
|
| import 'package:expect/expect.dart';
|
|
|