| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 194f834ad5db9b8b224360d67d7a86008502b87c..d2b09b8eab4d3fdae7625812423728718e91c394 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -291,6 +291,9 @@ class TestOptionsParser {
|
| 'verify-ir', 'Verify kernel IR', ['--verify-ir'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'use-standalone-dartk', 'Generate Kernel binaries with a standalone dartk compiler', ['--use-standalone-dartk'], [], false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'list', 'List tests only, do not run them', ['--list'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
|
|