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

Unified Diff: sdk/lib/_internal/pub/test/get/hosted/get_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/get/hosted/get_test.dart
diff --git a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
index 8dd1d0eea378d7cbe7057abcb62195865c8e105b..2779da1a1740a66dc02650b172a148e604b5dee0 100644
--- a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
+++ b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
@@ -26,6 +26,6 @@ main() {
d.appDir({"bad name!": "1.2.3"}).create();
pubGet(error: new RegExp(
- r"Could not find package bad name! at http://127\.0\.0\.1:\d+\."));
+ r"Could not find package bad name! at http://localhost:\d+\."));
});
}

Powered by Google App Engine
This is Rietveld 408576698