| Index: tests/compiler/dart2js/bad_output_io_test.dart
|
| diff --git a/tests/compiler/dart2js/bad_output_io_test.dart b/tests/compiler/dart2js/bad_output_io_test.dart
|
| index fc2cf34639f1745b06ce2ef8f4d082d3ce4e9cbc..913614be198fb1cecc1079cec8ff0671ba927ff9 100644
|
| --- a/tests/compiler/dart2js/bad_output_io_test.dart
|
| +++ b/tests/compiler/dart2js/bad_output_io_test.dart
|
| @@ -48,6 +48,10 @@ class CollectingFormattingDiagnosticHandler
|
| String prefixMessage(String message, Diagnostic kind) {
|
| return message;
|
| }
|
| +
|
| + int fatalCount;
|
| +
|
| + int throwOnErrorCount;
|
| }
|
|
|
| testOutputProvider(script, libraryRoot, packageRoot, inputProvider, handler,
|
|
|