| Index: utils/testrunner/options.dart
|
| diff --git a/utils/testrunner/options.dart b/utils/testrunner/options.dart
|
| index 0e736be1e4fd596f133959afbf77a780005dbdf0..3d5714f158cc6dd5364bf270083695eb65f19506 100644
|
| --- a/utils/testrunner/options.dart
|
| +++ b/utils/testrunner/options.dart
|
| @@ -16,10 +16,12 @@ ArgParser getOptionParser() {
|
| allowed: ['vm', 'drt-dart', 'drt-js'],
|
| allowedHelp: {
|
| 'vm': 'Run Dart code natively on the standalone dart vm.',
|
| + // TODO(antonm): fix option name.
|
| 'drt-dart': 'Run Dart code natively in the headless version of\n'
|
| - 'Chrome, DumpRenderTree.',
|
| + 'Chrome, Content shell.',
|
| + // TODO(antonm): fix option name.
|
| 'drt-js': 'Run Dart compiled to JavaScript in the headless version\n'
|
| - 'of Chrome, DumpRenderTree.'
|
| + 'of Chrome, Content shell.'
|
| });
|
|
|
| parser.addFlag('checked', defaultsTo: false,
|
|
|