| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 3364)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -158,10 +158,16 @@
|
| ['ff', 'chrome', 'safari', 'ie'],
|
| 'chrome'),
|
| new _TestOptionSpecification(
|
| - 'flag',
|
| - 'Component-specific extra flags, comma separated',
|
| - ['--flag'],
|
| + 'frog',
|
| + 'Path to frog executable',
|
| + ['--frog'],
|
| [],
|
| + ''),
|
| + new _TestOptionSpecification(
|
| + 'froglib',
|
| + 'Path to frog library',
|
| + ['--froglib'],
|
| + [],
|
| '')];
|
| }
|
|
|
|
|