| Index: sdk/lib/_internal/pub/lib/src/utils.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/utils.dart b/sdk/lib/_internal/pub/lib/src/utils.dart
|
| index 3abeefdb5e5e2bbbd24b25b52ebaa430fa143c02..b44a00d7d838986dec745b3b012225118583b24d 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/utils.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/utils.dart
|
| @@ -8,7 +8,10 @@ library pub.utils;
|
| import 'dart:async';
|
| import "dart:convert";
|
| import 'dart:io';
|
| -@MirrorsUsed(targets: 'pub.io')
|
| +
|
| +// This is used by [libraryPath]. It must be kept up-to-date with all libraries
|
| +// whose paths are looked up using that function.
|
| +@MirrorsUsed(targets: ['pub.io', 'test_pub'])
|
| import 'dart:mirrors';
|
|
|
| import "package:crypto/crypto.dart";
|
|
|