Index: pkg/checked_mirrors/test/from_sdk/closures_test.dart |
diff --git a/tests/lib/mirrors/closures_test.dart b/pkg/checked_mirrors/test/from_sdk/closures_test.dart |
similarity index 93% |
copy from tests/lib/mirrors/closures_test.dart |
copy to pkg/checked_mirrors/test/from_sdk/closures_test.dart |
index 35e81f9805821b2bd2becc4aa986948e3379bfc0..b03abd556b551c1fe5db7e8db5d9eec85b0035c6 100644 |
--- a/tests/lib/mirrors/closures_test.dart |
+++ b/pkg/checked_mirrors/test/from_sdk/closures_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'; |