| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index c6610873656139e47d3c05a629e19768447a0827..66ab1e9300441eea3827ace72fc17d0c182d0ca8 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'],
|
|
|