| Index: pkg/analysis_server/test/single_context_manager_test.dart
|
| diff --git a/pkg/analysis_server/test/single_context_manager_test.dart b/pkg/analysis_server/test/single_context_manager_test.dart
|
| index 8b72c89237ab0a5b1691b8c9b1aba1d292625e7c..3e5bdb279efa35dca772051b6529fb8c57518b6d 100644
|
| --- a/pkg/analysis_server/test/single_context_manager_test.dart
|
| +++ b/pkg/analysis_server/test/single_context_manager_test.dart
|
| @@ -536,7 +536,6 @@ class SingleContextManagerTest {
|
| void _processRequiredPlugins() {
|
| List<Plugin> plugins = <Plugin>[];
|
| plugins.addAll(AnalysisEngine.instance.requiredPlugins);
|
| - plugins.add(AnalysisEngine.instance.commandLinePlugin);
|
| ExtensionManager manager = new ExtensionManager();
|
| manager.processPlugins(plugins);
|
| }
|
|
|