| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index b9ad0f4cc40e658882149391523936cf84e05f93..e83c6706a383dc1471d3eb13a5ba136cd2d5f363 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -207,9 +207,6 @@ class TestOptionsParser {
|
| false,
|
| type: 'bool'),
|
| new _TestOptionSpecification(
|
| - 'noopt', 'Run an in-place precompilation', ['--noopt'], [], false,
|
| - type: 'bool'),
|
| - new _TestOptionSpecification(
|
| 'fast_startup',
|
| 'Pass the --fast-startup flag to dart2js',
|
| ['--fast-startup'],
|
|
|