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

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

Issue 2624393002: Remove dart_noopt and related parts from the VM. (Closed)
Patch Set: Merge branch 'master' of github.com:dart-lang/sdk into remove-noopt Created 3 years, 11 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/test_configurations.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | 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 b9ad0f4cc40e658882149391523936cf84e05f93..e83c6706a383dc1471d3eb13a5ba136cd2d5f363 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -207,9 +207,6 @@ class TestOptionsParser {
false,
type: 'bool'),
new _TestOptionSpecification(
- 'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
- type: 'bool'),
- new _TestOptionSpecification(
'fast_startup',
'Pass the --fast-startup flag to dart2js',
['--fast-startup'],
« no previous file with comments | « tools/testing/dart/test_configurations.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698