| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 7f44f3cc65c61f18672ed801b05efc647ea1763a..3c087dba679a98ab7d5105390fa9160d2409e4eb 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -187,6 +187,9 @@ class TestOptionsParser {
|
| 'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'hot_reload', 'Run hot reload stress tests', ['--hot-reload'], [], false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'use_blobs', 'Use mmap instead of shared libraries for precompilation', ['--use-blobs'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
|
|