Index: pkg/checked_mirrors/test/from_sdk/generic_class_declaration_test.dart |
diff --git a/tests/lib/mirrors/generic_class_declaration_test.dart b/pkg/checked_mirrors/test/from_sdk/generic_class_declaration_test.dart |
similarity index 98% |
copy from tests/lib/mirrors/generic_class_declaration_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/generic_class_declaration_test.dart |
index 0b8260f9f24332772b060e8af4fa4c0d58798da1..60571ff969403524c12e14c4799759b3b753361b 100644 |
--- a/tests/lib/mirrors/generic_class_declaration_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/generic_class_declaration_test.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import 'dart:mirrors'; |
+import 'package:checked_mirrors/checked_mirrors.dart'; |
import 'package:expect/expect.dart'; |
import 'stringify.dart'; |