| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 36b8c870fe672c5fd3f0b31e171be168fcbbd50d..ea5da8039c9c15ece8a2033a09520cea5b153518 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -135,7 +135,14 @@ is 'dart file.dart' and you specify special command
|
| specialCommandHelp,
|
| ['--special-command'],
|
| [],
|
| - '')];
|
| + ''),
|
| + new _TestOptionSpecification(
|
| + 'time',
|
| + 'Print timing information after running tests',
|
| + ['--time'],
|
| + [],
|
| + false,
|
| + 'bool')];
|
| }
|
|
|
|
|
|
|