Index: pkg/checked_mirrors/test/from_sdk/static_members_test.dart |
diff --git a/tests/lib/mirrors/static_members_test.dart b/pkg/checked_mirrors/test/from_sdk/static_members_test.dart |
similarity index 95% |
copy from tests/lib/mirrors/static_members_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/static_members_test.dart |
index a4551cc96cf7d1a162e08c4681515d0b5326e0b0..29ccd1962889797305f1f9c0da364bcfa5f98514 100644 |
--- a/tests/lib/mirrors/static_members_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/static_members_test.dart |
@@ -4,7 +4,7 @@ |
library test.static_members; |
-import 'dart:mirrors'; |
+import 'package:checked_mirrors/checked_mirrors.dart'; |
import 'package:expect/expect.dart'; |
import 'stringify.dart'; |