| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index e73a74d55a72e3f97f4bb3630bdcfd2687a5adba..fe8d52a3430c5534a0837a3b2e169411163470d0 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -184,14 +184,7 @@ is 'dart file.dart' and you specify special command
|
| 'Path to frog library',
|
| ['--froglib'],
|
| [],
|
| - ''),
|
| - new _TestOptionSpecification(
|
| - 'noBatch',
|
| - 'Do not run browser tests in batch mode',
|
| - ['-n', '--nobatch'],
|
| - [],
|
| - false,
|
| - 'bool')];
|
| + '')];
|
| }
|
|
|
|
|
|
|