| Index: test/dart2js/reports_dart_parse_errors_test.dart
|
| diff --git a/test/dart2js/reports_dart_parse_errors_test.dart b/test/dart2js/reports_dart_parse_errors_test.dart
|
| index 120f3afae74267d8e51b88933d83cfe4b2283d7f..be076fb085de2a5adf9071b1bbc8a16bfa121817 100644
|
| --- a/test/dart2js/reports_dart_parse_errors_test.dart
|
| +++ b/test/dart2js/reports_dart_parse_errors_test.dart
|
| @@ -27,6 +27,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| + pubGet();
|
| var pub = startPub(args: ["build"]);
|
| pub.stdout.expect(startsWith("Loading source assets..."));
|
| pub.stdout.expect(startsWith("Building myapp..."));
|
|
|