Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: tools/testing/dart/test_options.dart

Issue 2689213006: [Kernel] Replace --use-dfe with --no-dfe (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index e9f5ea18db4ecc09afe5ba2b4bb2e03b653a2a53..c82c7cee78ea3ce226e9a70fe9f72e65a8942e0c 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -301,7 +301,7 @@ class TestOptionsParser {
'no-tree-shake', 'Disable kernel IR tree shaking', ['--no-tree-shake'], [], false,
type: 'bool'),
new _TestOptionSpecification(
- 'useDFE', 'Use Kernel Isolate', ['--use-dfe'], [], true,
+ 'noDFE', 'Do not use Kernel Isolate', ['--no-dfe'], [], false,
type: 'bool'),
new _TestOptionSpecification(
'useFasta', 'Use Fasta in Kernel Isolate', ['--use-fasta'], [], false,
« no previous file with comments | « tools/testing/dart/compiler_configuration.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698