Chromium Code Reviews| Index: pkg/unittest/test/test_utils.dart |
| =================================================================== |
| --- pkg/unittest/test/test_utils.dart (revision 24669) |
| +++ pkg/unittest/test/test_utils.dart (working copy) |
| @@ -66,7 +66,7 @@ |
| doesNotThrow() {} |
| doesThrow() { throw 'X'; } |
| -class PrefixMatcher extends BaseMatcher { |
| +class PrefixMatcher extends Matcher { |
| final String _prefix; |
| const PrefixMatcher(this._prefix); |
| bool matches(item, Map matchState) { |