| Index: pkg/front_end/test/fasta/testing/suite.dart
|
| diff --git a/pkg/front_end/test/fasta/testing/suite.dart b/pkg/front_end/test/fasta/testing/suite.dart
|
| index 4cdc6756c732e8337cb74b34add2fa8883d266f1..9db3266de7bc272ce8dd63a675bdf631f2a2c115 100644
|
| --- a/pkg/front_end/test/fasta/testing/suite.dart
|
| +++ b/pkg/front_end/test/fasta/testing/suite.dart
|
| @@ -232,8 +232,7 @@ class Outline extends Step<TestDescription, Program, FastaContext> {
|
|
|
| Future<Result<Program>> run(
|
| TestDescription description, FastaContext context) async {
|
| - var options =
|
| - new ProcessedOptions(new CompilerOptions()..throwOnErrors = false);
|
| + var options = new ProcessedOptions(new CompilerOptions());
|
| return await CompilerContext.runWithOptions(options, (_) async {
|
| // Disable colors to ensure that expectation files are the same across
|
| // platforms and independent of stdin/stderr.
|
|
|