Index: pkg/unittest/lib/src/iterable_matchers.dart |
diff --git a/pkg/unittest/lib/src/iterable_matchers.dart b/pkg/unittest/lib/src/iterable_matchers.dart |
index dda298905fc1c3856bc8d6d4adcd80691dbedeb7..ab7827f115cb3001203840abb9c397c608aa4da4 100644 |
--- a/pkg/unittest/lib/src/iterable_matchers.dart |
+++ b/pkg/unittest/lib/src/iterable_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 [Iterable]s in which all elements |