| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 922e386626eca19b8929230cdea8ed2530afbd1b..917e23644d7166d4611e3429d945b7c2ace9eeb1 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -190,6 +190,10 @@ class TestOptionsParser {
|
| 'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| + 'fast_startup', 'Pass the --fast-startup flag to dart2js',
|
| + ['--fast-startup'], [], false,
|
| + type: 'bool'),
|
| + new _TestOptionSpecification(
|
| 'hot_reload', 'Run hot reload stress tests', ['--hot-reload'], [],
|
| false, type: 'bool'),
|
| new _TestOptionSpecification(
|
|
|