| 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 40eaca5e553ac9336f6a5ec39c4c8736e82bd19c..8dd1d0eea378d7cbe7057abcb62195865c8e105b 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://127\.0\.0\.1:\d+\."));
|
| });
|
| }
|
|
|