| Index: pkg/analyzer/test/src/context/abstract_context.dart
|
| diff --git a/pkg/analyzer/test/src/context/abstract_context.dart b/pkg/analyzer/test/src/context/abstract_context.dart
|
| index faf0253581143520c609dfc975ff2f98f2adfed6..0e60d8177ffd463bc983837b5b4387573fa898d2 100644
|
| --- a/pkg/analyzer/test/src/context/abstract_context.dart
|
| +++ b/pkg/analyzer/test/src/context/abstract_context.dart
|
| @@ -162,7 +162,6 @@ class AbstractContextTest {
|
| void setUp() {
|
| List<Plugin> plugins = <Plugin>[];
|
| plugins.addAll(AnalysisEngine.instance.requiredPlugins);
|
| - plugins.add(AnalysisEngine.instance.commandLinePlugin);
|
|
|
| ExtensionManager manager = new ExtensionManager();
|
| manager.processPlugins(plugins);
|
|
|