| Index: pkg/unittest/lib/src/core_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/core_matchers.dart b/pkg/unittest/lib/src/core_matchers.dart
|
| index e120c9e80acfe2d5b6637d470837b4d9b91ad750..080650627007cb307530e0f7b2853faf6ccd1742 100644
|
| --- a/pkg/unittest/lib/src/core_matchers.dart
|
| +++ b/pkg/unittest/lib/src/core_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 that matches empty strings, maps or iterables
|
|
|