| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index ee9c10799b10a28616468ecf08de58190dca39ed..fce8cfa4ab4d3bdafc0478a712e7ef640a1e2373 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -190,6 +190,11 @@ class TestOptionsParser {
|
| 'hot_reload', 'Run hot reload stress tests', ['--hot-reload'], [],
|
| false, type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'hot_reload_rollback',
|
| + 'Run hot reload rollback stress tests', ['--hot-reload-rollback'],
|
| + [],
|
| + false, type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'use_blobs',
|
| 'Use mmap instead of shared libraries for precompilation',
|
| ['--use-blobs'], [], false, type: 'bool'),
|
|
|