| Index: sdk/lib/_internal/pub/test/descriptor.dart
|
| diff --git a/sdk/lib/_internal/pub/test/descriptor.dart b/sdk/lib/_internal/pub/test/descriptor.dart
|
| index 1487afff16ce1d9eec73f5a1c9ca3f7b14468d1e..11d8ce44cfba4f49a2dfc9827c0e0116f9ad7845 100644
|
| --- a/sdk/lib/_internal/pub/test/descriptor.dart
|
| +++ b/sdk/lib/_internal/pub/test/descriptor.dart
|
| @@ -139,7 +139,7 @@ Descriptor cacheDir(Map packages, {bool includePubspecs: false}) {
|
|
|
| return dir(cachePath, [
|
| dir('hosted', [
|
| - async(port.then((p) => dir('localhost%58$p', contents)))
|
| + async(port.then((p) => dir('127.0.0.1%58$p', contents)))
|
| ])
|
| ]);
|
| }
|
|
|