| Index: sdk/lib/_internal/pub/test/test_pub.dart
|
| diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart
|
| index 0dcbb4921a1cb8aa5ac956f32ebfcc4d06e46978..ac4bbb8be5f844c1b93e60f075573285f0a5aed0 100644
|
| --- a/sdk/lib/_internal/pub/test/test_pub.dart
|
| +++ b/sdk/lib/_internal/pub/test/test_pub.dart
|
| @@ -864,7 +864,7 @@ class _PairMatcher extends Matcher {
|
| }
|
|
|
| Description describe(Description description) {
|
| - description.addAll("(", ", ", ")", [_firstMatcher, _lastMatcher]);
|
| + return description.addAll("(", ", ", ")", [_firstMatcher, _lastMatcher]);
|
| }
|
| }
|
|
|
|
|