Index: pkg/matcher/lib/src/map_matchers.dart |
diff --git a/pkg/unittest/lib/src/map_matchers.dart b/pkg/matcher/lib/src/map_matchers.dart |
similarity index 98% |
copy from pkg/unittest/lib/src/map_matchers.dart |
copy to pkg/matcher/lib/src/map_matchers.dart |
index 76b6b9732294bb4adfa7f061dad8457b4a887c84..033e906f602d9ca6cf43dbd1f439a7d50d4559a0 100644 |
--- a/pkg/unittest/lib/src/map_matchers.dart |
+++ b/pkg/matcher/lib/src/map_matchers.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. |
-part of unittest.matcher; |
+part of matcher; |
/** |
* Returns a matcher which matches maps containing the given [value]. |