| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 763f036d5b6b679ab5381381759e3047afb6d840..b7cc67481fe3452445ac0c44b0d6082f166ac65d 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -301,8 +301,8 @@ class TestOptionsParser {
|
| new _TestOptionSpecification(
|
| 'verify-ir', 'Verify kernel IR', ['--verify-ir'], [], false,
|
| type: 'bool'),
|
| - new _TestOptionSpecification(
|
| - 'no-tree-shake', 'Disable kernel IR tree shaking', ['--no-tree-shake'], [], false,
|
| + new _TestOptionSpecification('no-tree-shake',
|
| + 'Disable kernel IR tree shaking', ['--no-tree-shake'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| 'list', 'List tests only, do not run them', ['--list'], [], false,
|
|
|