| Index: pkg/front_end/test/fasta/bootstrap_test.dart
|
| diff --git a/pkg/front_end/test/fasta/bootstrap_test.dart b/pkg/front_end/test/fasta/bootstrap_test.dart
|
| index f9e285160947e6859d2a6de901780a9ef6058354..9d8ce191e0f9e162867b48d64ba8b822ae87f890 100644
|
| --- a/pkg/front_end/test/fasta/bootstrap_test.dart
|
| +++ b/pkg/front_end/test/fasta/bootstrap_test.dart
|
| @@ -46,10 +46,7 @@ Future runCompiler(Uri compiler, Uri input, Uri output) async {
|
| input.toFilePath(),
|
| ]);
|
| print(result.output);
|
| - if (result.exitCode != 1) {
|
| - // TODO(ahe): Due to known errors in the VM's patch files, this compiler
|
| - // should report an error. Also, it may not be able to compile everything
|
| - // yet.
|
| + if (result.exitCode != 0) {
|
| throw "Compilation failed.";
|
| }
|
| }
|
|
|