| Index: sdk/lib/_internal/pub/test/install/hosted/install_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/install_test.dart b/sdk/lib/_internal/pub/test/install/hosted/install_test.dart
|
| index 342a5f3df8c0d0167f3d217d317f8b9f2b666697..f47a87fb3d01d826ff96846681336c22823b21c1 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/install_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/hosted/install_test.dart
|
| @@ -26,6 +26,6 @@ main() {
|
| d.appDir({"bad name!": "1.2.3"}).create();
|
|
|
| pubInstall(error: new RegExp(
|
| - r'Could not find package "bad name!" at http://localhost:\d+\.$'));
|
| + r'Could not find package "bad name!" at http://127\.0\.0\.1:\d+\.$'));
|
| });
|
| }
|
|
|