Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: pkg/analyzer/test/src/context/abstract_context.dart

Issue 1140313003: Create default tasks if plugins are not being used (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: sort Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/generated/engine.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e7b555c05e32b60eec9b289828af194cda5942c..568d52242cb48ff26f22a70b5290c288e8c3a879 100644
--- a/pkg/analyzer/test/src/context/abstract_context.dart
+++ b/pkg/analyzer/test/src/context/abstract_context.dart
@@ -85,13 +85,6 @@ class AbstractContextTest {
}
void setUp() {
- // configure TaskManager
- {
- EnginePlugin plugin = AnalysisEngine.instance.enginePlugin;
- if (plugin.taskExtensionPoint == null) {
- extensionManager.processPlugins([plugin]);
scheglov 2015/05/19 21:09:25 I this case the "extensionManager" field is not us
Brian Wilkerson 2015/05/19 21:12:08 Done. I also removed two unused imports.
- }
- }
// prepare AnalysisContext
sourceFactory = new SourceFactory(<UriResolver>[
new DartUriResolver(sdk),
« no previous file with comments | « pkg/analyzer/lib/src/generated/engine.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698