Chromium Code Reviews| Index: pkg/unittest/lib/src/future_matchers.dart |
| =================================================================== |
| --- pkg/unittest/lib/src/future_matchers.dart (revision 24002) |
| +++ pkg/unittest/lib/src/future_matchers.dart (working copy) |
| @@ -36,7 +36,7 @@ |
| const _Completes(this._matcher, this._id); |
| - bool matches(item, MatchState matchState) { |
| + bool matches(item, Map matchState) { |
| if (item is! Future) return false; |
| var done = wrapAsync((fn) => fn(), _id); |