| 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 ada95c0a43373b968979ecf9ad539ebc92740a68..96cc736368a5392c214e00888e5b39766d81d9e7 100644
|
| --- a/tests/compiler/dart2js/bad_output_io_test.dart
|
| +++ b/tests/compiler/dart2js/bad_output_io_test.dart
|
| @@ -34,6 +34,7 @@ class CollectingFormattingDiagnosticHandler
|
| bool isAborting = false;
|
| bool enableColors = false;
|
| bool throwOnError = false;
|
| + bool autoReadFileUri = false;
|
| var lastKind = null;
|
|
|
| final int FATAL = 0;
|
|
|