Index: pkg/unittest/lib/src/operator_matchers.dart |
diff --git a/pkg/unittest/lib/src/operator_matchers.dart b/pkg/unittest/lib/src/operator_matchers.dart |
index 6c93cee29926f43dfaf3a47e26f5d2a4df60512d..432b5d3fce5acb201dc160d835a926711afdc300 100644 |
--- a/pkg/unittest/lib/src/operator_matchers.dart |
+++ b/pkg/unittest/lib/src/operator_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; |
/** |
* This returns a matcher that inverts [matcher] to its logical negation. |