Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index ca0adad133a7b18eca05faa60da68bc146484a25..c2fca6ee1e8edfd1b3adf9d12e0a81b52f3acbc4 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -150,6 +150,13 @@ class TestOptionsParser { |
false, |
type: 'bool'), |
new _TestOptionSpecification( |
+ 'noopt', |
+ 'Run an in-place precompilation', |
+ ['--noopt'], |
+ [], |
+ false, |
+ type: 'bool'), |
+ new _TestOptionSpecification( |
'timeout', |
'Timeout in seconds', |
['-t', '--timeout'], |