| Index: pkg/checked_mirrors/test/from_sdk/invoke_throws_test.dart
|
| diff --git a/tests/lib/mirrors/invoke_throws_test.dart b/pkg/checked_mirrors/test/from_sdk/invoke_throws_test.dart
|
| similarity index 97%
|
| copy from tests/lib/mirrors/invoke_throws_test.dart
|
| copy to pkg/checked_mirrors/test/from_sdk/invoke_throws_test.dart
|
| index 40fa99cfc2b8caa586cc089cad1cb33ef2e497e9..8bd7300341a6a721d05665db1876444bde827d1f 100644
|
| --- a/tests/lib/mirrors/invoke_throws_test.dart
|
| +++ b/pkg/checked_mirrors/test/from_sdk/invoke_throws_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library test.invoke_throws_test;
|
|
|
| -import 'dart:mirrors';
|
| +import 'package:checked_mirrors/checked_mirrors.dart';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|