| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 8d30f33c1c9ae0a8dcc5c231b41db1463ad0e3c2..0075f99157e4b393a7b1d4d49751a97005f1d15f 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -132,6 +132,13 @@ is 'dart file.dart' and you specify special command
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| + 'keep-generated-tests',
|
| + 'Keep the generated files in the temporary directory',
|
| + ['--keep-generated-tests'],
|
| + [],
|
| + false,
|
| + 'bool'),
|
| + new _TestOptionSpecification(
|
| 'valgrind',
|
| 'Run tests through valgrind',
|
| ['--valgrind'],
|
|
|