Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index fa2edd53c1c5fbcfe9261cad43ffafa5ed770837..7b1e55f0624fdbb0f540ff389e341c3259e6bdcc 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -276,6 +276,14 @@ Note: currently only implemented for dart2js.''', |
[], |
false, |
'bool' |
+ ), |
+ new _TestOptionSpecification( |
+ 'write_debug_log', |
+ 'Don\'t write debug messages to stdout but rather to a logfile.', |
+ ['--write-debug-log'], |
+ [], |
+ false, |
+ 'bool' |
),]; |
} |