| Index: pkg/checked_mirrors/test/from_sdk/invoke_private_test.dart
|
| diff --git a/tests/lib/mirrors/invoke_private_test.dart b/pkg/checked_mirrors/test/from_sdk/invoke_private_test.dart
|
| similarity index 97%
|
| copy from tests/lib/mirrors/invoke_private_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/invoke_private_test.dart
|
| index 091ba31dc2bbcd77d9f486d570b49b6cdc0d38cb..7339bcdd7a4b8d1ae0f5df6551b77469a7d90b63 100644
|
| --- a/tests/lib/mirrors/invoke_private_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/invoke_private_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.invoke_private_test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|