| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index be50738460eb0a1aa7528045d9ead7b52c34f466..206059aba2b3d068699458440ff0a96e4e6e0e2c 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -294,7 +294,10 @@ class TestOptionsParser {
|
| 'no-tree-shake', 'Disable kernel IR tree shaking', ['--no-tree-shake'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| - 'use-standalone-dartk', 'Generate Kernel binaries with a standalone dartk compiler', ['--use-standalone-dartk'], [], false,
|
| + 'useDFE', 'Use Kernel Isolate', ['--use-dfe'], [], true,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| + 'useFasta', 'Use Fasta in Kernel Isolate', ['--use-fasta'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| 'list', 'List tests only, do not run them', ['--list'], [], false,
|
|
|