Index: pkg/checked_mirrors/test/from_sdk/parameter_test.dart |
diff --git a/tests/lib/mirrors/parameter_test.dart b/pkg/checked_mirrors/test/from_sdk/parameter_test.dart |
similarity index 99% |
copy from tests/lib/mirrors/parameter_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/parameter_test.dart |
index c9e5f939c11e6c451ad84aad28dd1369934cd4c9..47ed1ad5d5a0db2e1131ebd61c5d5ed7429b1040 100644 |
--- a/tests/lib/mirrors/parameter_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/parameter_test.dart |
@@ -12,7 +12,7 @@ |
library test.parameter_test; |
@MirrorsUsed(targets: 'test.parameter_test', override: '*') |
-import 'dart:mirrors'; |
+import 'package:checked_mirrors/checked_mirrors.dart'; |
import 'package:expect/expect.dart'; |
import 'stringify.dart'; |