| Index: test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| diff --git a/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart b/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| index 314c861bec4700e0cdbbc1551054e13141044257..448f3c2f6414b0596283b7d4a99c5f73ae3bd989 100644
|
| --- a/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| +++ b/test/dart2js/does_not_compile_until_its_output_is_requested_test.dart
|
| @@ -20,7 +20,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - var server = pubServe();
|
| + var server = pubServe(shouldGetFirst: true);
|
| server.stdout.expect("Build completed successfully");
|
|
|
| // Once we request the output, it should start compiling and fail.
|
|
|