Chromium Code Reviews| Index: pkg/unittest/lib/src/future_matchers.dart |
| =================================================================== |
| --- pkg/unittest/lib/src/future_matchers.dart (revision 24669) |
| +++ pkg/unittest/lib/src/future_matchers.dart (working copy) |
| @@ -30,7 +30,7 @@ |
| Matcher completion(matcher, [String id = '']) => |
| new _Completes(wrapMatcher(matcher), id); |
| -class _Completes extends BaseMatcher { |
| +class _Completes extends Matcher { |
| final Matcher _matcher; |
| final String _id; |