Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart

Issue 311253005: Bind to all available loopback addresses in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."));
});
});

Powered by Google App Engine
This is Rietveld 408576698