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 78632a2b0c0945cbdddc0dd701e5422d40d95768..5e68175ed0dc14d098b9c8a8a07e3ef9cbd9d80a 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 |
@@ -28,8 +28,7 @@ main() { |
createLockFile('myapp', pkg: ['barback']); |
var pub = startPubServe(); |
- expect(pub.nextErrLine(), completion(matches(new RegExp( |
- r"error: line 1 pos 1: library handler failed$")))); |
+ pub.stderr.expect(endsWith("error: line 1 pos 1: library handler failed")); |
pub.shouldExit(1); |
}); |
} |