Index: pkg/matcher/lib/src/map_matchers.dart |
diff --git a/pkg/matcher/lib/src/map_matchers.dart b/pkg/matcher/lib/src/map_matchers.dart |
index a560e50429cb89c506a5f97f37866bc81c5f4c4b..623b380ec24c8555880f0a2d03caff2ee4e46410 100644 |
--- a/pkg/matcher/lib/src/map_matchers.dart |
+++ b/pkg/matcher/lib/src/map_matchers.dart |
@@ -4,8 +4,8 @@ |
library matcher.map_matchers; |
-import 'expect.dart'; |
import 'interfaces.dart'; |
+import 'util.dart'; |
/// Returns a matcher which matches maps containing the given [value]. |
Matcher containsValue(value) => new _ContainsValue(value); |