Index: pkg/checked_mirrors/test/from_sdk/proxy_type_test.dart |
diff --git a/tests/lib/mirrors/proxy_type_test.dart b/pkg/checked_mirrors/test/from_sdk/proxy_type_test.dart |
similarity index 97% |
copy from tests/lib/mirrors/proxy_type_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/proxy_type_test.dart |
index c64c86236988b29baad56d0b3644b181af292448..14d7d7f1d00cfb277c8ac29a9d0138b45e6c39db 100644 |
--- a/tests/lib/mirrors/proxy_type_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/proxy_type_test.dart |
@@ -4,7 +4,7 @@ |
library test.proxy_type; |
-import 'dart:mirrors'; |
+import 'package:checked_mirrors/checked_mirrors.dart'; |
import 'package:expect/expect.dart'; |
// This test is much longer that is strictly necessary to test |