| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 16dd8908965ccadc5d14d618c39daf05352c4463..e3efee2b836eb3b19fc21124ce973375ad758945 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -62,7 +62,7 @@ is 'dart file.dart' and you specify special command
|
| new _TestOptionSpecification(
|
| 'component',
|
| '''
|
| -Controls how dart code is compiled and executed.
|
| +Controls how dart code is compiled and executed.
|
|
|
| vm: Run dart code on the standalone dart vm.
|
|
|
| @@ -217,10 +217,10 @@ Controls how dart code is compiled and executed.
|
| 'Path to frog library',
|
| ['--froglib'],
|
| [],
|
| - ''),
|
| + ''),
|
| new _TestOptionSpecification(
|
| 'noBatch',
|
| - 'Do not run browser tests in batch mode',
|
| + 'Do not run browser tests in batch mode',
|
| ['-n', '--nobatch'],
|
| [],
|
| false,
|
|
|