| Index: tools/testing/dart/test_options.dart
 | 
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
 | 
| index e9802e942e86d9e57e0fda7630133a93e97741dc..68dad1775efe6da173b21740369c6f77835ccb8c 100644
 | 
| --- a/tools/testing/dart/test_options.dart
 | 
| +++ b/tools/testing/dart/test_options.dart
 | 
| @@ -287,6 +287,9 @@ class TestOptionsParser {
 | 
|            'verbose', 'Verbose output', ['-v', '--verbose'], [], false,
 | 
|            type: 'bool'),
 | 
|        new _TestOptionSpecification(
 | 
| +          'verify-ir', 'Verify kernel IR', ['--verify-ir'], [], false,
 | 
| +          type: 'bool'),
 | 
| +      new _TestOptionSpecification(
 | 
|            'list', 'List tests only, do not run them', ['--list'], [], false,
 | 
|            type: 'bool'),
 | 
|        new _TestOptionSpecification(
 | 
| 
 |