| Index: dart/tools/testing/dart/test_options.dart
|
| diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
|
| index 64da8262ddea45086a7da4977f01baee1b9161d8..8c6f8526c5d4f55b482542b2d2dfbff559651a31 100644
|
| --- a/dart/tools/testing/dart/test_options.dart
|
| +++ b/dart/tools/testing/dart/test_options.dart
|
| @@ -192,12 +192,6 @@ is 'dart file.dart' and you specify special command
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| - 'filter',
|
| - 'Pattern to filter tests by name',
|
| - ['--filter'],
|
| - [],
|
| - ''),
|
| - new _TestOptionSpecification(
|
| 'valgrind',
|
| 'Run tests through valgrind',
|
| ['--valgrind'],
|
|
|