Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index b085f9498e2b1bff4c66880dc620e4ad0546e37a..25a9448ae5ff7936aa7380a806a8bd764091ad97 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -185,6 +185,9 @@ class TestOptionsParser { |
'noopt', 'Run an in-place precompilation', ['--noopt'], [], false, |
type: 'bool'), |
new _TestOptionSpecification( |
+ 'use_blobs', 'Use mmap instead of shared libraries for precompilation', ['--use-blobs'], [], false, |
+ type: 'bool'), |
+ new _TestOptionSpecification( |
'timeout', 'Timeout in seconds', ['-t', '--timeout'], [], -1, |
type: 'int'), |
new _TestOptionSpecification( |