| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 8622a6fece8c6d1c077814d0e06bd7bdcc4e469a..f96af528f86912468369ad4936854a416fa13753 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -192,13 +192,6 @@ 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'],
|
|
|