| 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 0414397d39f0d2a18c0d8ce320fe97b0b929fb69..47008966ec0dd6aa1830ff45634820c1f87ca148 100644
|
| --- a/sdk/lib/_internal/pub/test/test_pub.dart
|
| +++ b/sdk/lib/_internal/pub/test/test_pub.dart
|
| @@ -675,7 +675,7 @@ Map packageVersionApiMap(Map pubspec, {bool full: false}) {
|
| };
|
|
|
| if (full) {
|
| - mapAddAll(map, {
|
| + map.addAll({
|
| 'downloads': 0,
|
| 'created': '2012-09-25T18:38:28.685260',
|
| 'libraries': ['$name.dart'],
|
|
|