| Index: pkg/unittest/collection_matchers.dart
|
| ===================================================================
|
| --- pkg/unittest/collection_matchers.dart (revision 13306)
|
| +++ pkg/unittest/collection_matchers.dart (working copy)
|
| @@ -183,7 +183,7 @@
|
| * Collection matchers match against [Collection]s. We add this intermediate
|
| * class to give better mismatch error messages than the base Matcher class.
|
| */
|
| -/* abstract */ class _CollectionMatcher extends BaseMatcher {
|
| +abstract class _CollectionMatcher extends BaseMatcher {
|
| const _CollectionMatcher();
|
| Description describeMismatch(item, Description mismatchDescription,
|
| MatchState matchState, bool verbose) {
|
|
|