Index: pkg/checked_mirrors/test/from_sdk/class_declarations_test.dart |
diff --git a/tests/lib/mirrors/class_declarations_test.dart b/pkg/checked_mirrors/test/from_sdk/class_declarations_test.dart |
similarity index 99% |
copy from tests/lib/mirrors/class_declarations_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/class_declarations_test.dart |
index f957c10974c91a61d4bc2163914027e7dae9b210..6189916402c81bdb90211da57697d884f2bd247f 100644 |
--- a/tests/lib/mirrors/class_declarations_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/class_declarations_test.dart |
@@ -4,7 +4,7 @@ |
library test.declarations_test; |
-import 'dart:mirrors'; |
+import 'package:checked_mirrors/checked_mirrors.dart'; |
import 'package:expect/expect.dart'; |
import 'stringify.dart'; |