Index: sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart |
diff --git a/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart |
index bd0db6891fb0c043a1f5bcb8a8a5345f7abbac9a..e899b415a149e0215951ce9f7748f5368b17b6b3 100644 |
--- a/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart |
+++ b/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart |
@@ -30,6 +30,7 @@ main() { |
]).create(); |
var pub = startPub(args: ["build"]); |
+ pub.stdout.expect(startsWith("Loading source assets...")); |
pub.stdout.expect(startsWith("Building myapp...")); |
var consumeFile = consumeThrough(inOrder([ |