| Index: sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| index b9ca6bd09e8ec1852e1231e534c7a5059ab27d12..76018d9f29f6b268a4f844cd2cd586a4f5323ac0 100644
|
| --- a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| @@ -62,7 +62,7 @@ main() {
|
| pub.shouldExit(1);
|
|
|
| pub.stderr.expect(emitsLines(
|
| - "Pub 0.1.2+3 is incompatible with the current version of 127.0.0.1.\n"
|
| + "Pub 0.1.2+3 is incompatible with the current version of localhost.\n"
|
| "Upgrade pub to the latest version and try again."));
|
| });
|
| });
|
|
|