| Index: pkg/checked_mirrors/test/from_sdk/invoke_call_through_getter_test.dart
|
| diff --git a/tests/lib/mirrors/invoke_call_through_getter_test.dart b/pkg/checked_mirrors/test/from_sdk/invoke_call_through_getter_test.dart
|
| similarity index 98%
|
| copy from tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/invoke_call_through_getter_test.dart
|
| index 71dca685971d1aa2a189395bb5eb7b34ac2ebb51..cb439af1668488c711a8f87ac26e0e61a9b68e47 100644
|
| --- a/tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/invoke_call_through_getter_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.invoke_call_through_getter;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|