| Index: sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart b/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart
|
| index c6c385785623c114bfe76a959886b6181d11d8d9..36057349ced595b2ab6ea1ab739654ae613f291d 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - var pub = startPub(args: ['serve', '--port=0']);
|
| + var pub = startPub(args: ['serve', '--port=0', "--hostname=127.0.0.1"]);
|
| // Ignore the line containing the path to the pubspec.
|
| expect(pub.nextErrLine(), completes);
|
| expect(pub.nextErrLine(), completion(equals('"transformers.foo" refers to '
|
|
|