| Index: sdk/lib/_internal/pub/test/test_pub.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/pub/test/test_pub.dart (revision 24041)
|
| +++ sdk/lib/_internal/pub/test/test_pub.dart (working copy)
|
| @@ -792,7 +792,7 @@
|
|
|
| _PairMatcher(this._firstMatcher, this._lastMatcher);
|
|
|
| - bool matches(item, MatchState matchState) {
|
| + bool matches(item, Map matchState) {
|
| if (item is! Pair) return false;
|
| return _firstMatcher.matches(item.first, matchState) &&
|
| _lastMatcher.matches(item.last, matchState);
|
|
|