| 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 b44a00d7d838986dec745b3b012225118583b24d..7af41e5f7ec03bef60391c16a6976a58a347ddf8 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/utils.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/utils.dart
|
| @@ -11,7 +11,7 @@ import 'dart: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'])
|
| +@MirrorsUsed(targets: const ['pub.io', 'test_pub'])
|
| import 'dart:mirrors';
|
|
|
| import "package:crypto/crypto.dart";
|
|
|