| Index: pkg/unittest/lib/src/string_matchers.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/string_matchers.dart (revision 24669)
|
| +++ pkg/unittest/lib/src/string_matchers.dart (working copy)
|
| @@ -188,7 +188,7 @@
|
|
|
| // String matchers match against a string. We add this intermediate
|
| // class to give better mismatch error messages than the base Matcher class.
|
| -abstract class _StringMatcher extends BaseMatcher {
|
| +abstract class _StringMatcher extends Matcher {
|
| const _StringMatcher();
|
| Description describeMismatch(item, Description mismatchDescription,
|
| Map matchState, bool verbose) {
|
|
|