| Index: pkg/analyzer/test/generated/test_support.dart
|
| diff --git a/pkg/analyzer/test/generated/test_support.dart b/pkg/analyzer/test/generated/test_support.dart
|
| index ce0b3f0af6ee8fe840f397c95103f2938d675e46..bc3efd7c27e45f0e9085e948cf07ed75ab136e2a 100644
|
| --- a/pkg/analyzer/test/generated/test_support.dart
|
| +++ b/pkg/analyzer/test/generated/test_support.dart
|
| @@ -100,7 +100,6 @@ class EngineTestCase {
|
| List<Plugin> plugins = <Plugin>[];
|
| plugins.addAll(AnalysisEngine.instance.requiredPlugins);
|
| plugins.add(AnalysisEngine.instance.commandLinePlugin);
|
| - plugins.add(AnalysisEngine.instance.optionsPlugin);
|
| new ExtensionManager().processPlugins(plugins);
|
| }
|
|
|
|
|