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+\.")); |
}); |
} |