| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 3ee0c59aa12ff4c0847e9b2f7320bac045690d2f..ecd7c8dfccabaadcc58b65b537ac0502c2b51b93 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -147,6 +147,13 @@ class TestOptionsParser {
|
| false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'cps_ir',
|
| + 'Run the compiler with the cps based backend',
|
| + ['--cps-ir'],
|
| + [],
|
| + false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'timeout',
|
| 'Timeout in seconds',
|
| ['-t', '--timeout'],
|
|
|