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

Unified Diff: pkg/analysis_server/test/abstract_context.dart

Issue 2795743002: Add context information to driver and add hooks for plugin management (Closed)
Patch Set: Created 3 years, 9 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
Index: pkg/analysis_server/test/abstract_context.dart
diff --git a/pkg/analysis_server/test/abstract_context.dart b/pkg/analysis_server/test/abstract_context.dart
index e139528d04391925c257d771aa1c52ee2607c732..81464a946bce7e2db67ddc6ffed937730b742304 100644
--- a/pkg/analysis_server/test/abstract_context.dart
+++ b/pkg/analysis_server/test/abstract_context.dart
@@ -165,7 +165,7 @@ class Required {
provider,
new MemoryByteStore(),
_fileContentOverlay,
- 'test',
+ null,
sourceFactory,
new AnalysisOptionsImpl());
scheduler.start();

Powered by Google App Engine
This is Rietveld 408576698