Index: sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart |
diff --git a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart |
index fbb428170d0a909c62d74938f1843e8152b6f6b9..2da4b93c2cec8ce0d86e3cacf2b0f1f3962abb06 100644 |
--- a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart |
+++ b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart |
@@ -26,7 +26,6 @@ main() { |
]).create(); |
createLockFile('myapp', pkg: ['barback']); |
- |
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$")))); |