| Index: sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart b/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart
|
| index 0251159d797caf1496915fd4eadd37dd01492108..fbb428170d0a909c62d74938f1843e8152b6f6b9 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart
|
| @@ -27,7 +27,7 @@ main() {
|
|
|
| createLockFile('myapp', pkg: ['barback']);
|
|
|
| - var pub = startPub(args: ['serve', '--port=0']);
|
| + var pub = startPub(args: ['serve', '--port=0', "--hostname=127.0.0.1"]);
|
| expect(pub.nextErrLine(), completion(matches(new RegExp(
|
| r"Error: line 1 pos 1: library handler failed$"))));
|
| pub.shouldExit(1);
|
|
|