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