| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index c82c7cee78ea3ce226e9a70fe9f72e65a8942e0c..bb7d7fbd633fa0805d0d41880d1c7c8a1b07c77e 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -304,7 +304,7 @@ class TestOptionsParser {
|
| 'noDFE', 'Do not use Kernel Isolate', ['--no-dfe'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| - 'useFasta', 'Use Fasta in Kernel Isolate', ['--use-fasta'], [], false,
|
| + 'noUseFasta', 'Use Fasta in Kernel Isolate', ['--no-use-fasta'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| 'list', 'List tests only, do not run them', ['--list'], [], false,
|
|
|