| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index b41edfabbf39b15f6efb049cc7b2b6fa1a34f607..15cb9bc246ebff37c1c259fac0f22306ffb892ca 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -420,6 +420,12 @@ Note: currently only implemented for dart2js.''',
|
| [],
|
| null),
|
| new _TestOptionSpecification(
|
| + 'dart2js_options',
|
| + 'Extra options for dart2js compilation step',
|
| + ['--dart2js-options'],
|
| + [],
|
| + null),
|
| + new _TestOptionSpecification(
|
| 'exclude_suite',
|
| 'Exclude suites from default selector, only works when no'
|
| ' selector has been specified on the command line',
|
|
|