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

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

Issue 1926763002: Fixes for SingleContextManager after experiments with two big codebases. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/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 f436006a40f79ca1c5cf77529a174920001dd1d8..25ab3bd9efc1184e296d67e399c967f7f5d98321 100644
--- a/pkg/analysis_server/test/single_context_manager_test.dart
+++ b/pkg/analysis_server/test/single_context_manager_test.dart
@@ -69,7 +69,7 @@ class SingleContextManagerTest {
return new MockSdk();
});
manager = new SingleContextManager(resourceProvider, sdkManager,
- () => packageResolver, analysisFilesGlobs);
+ (_) => packageResolver, analysisFilesGlobs, new AnalysisOptionsImpl());
callbacks = new TestContextManagerCallbacks(resourceProvider);
manager.callbacks = callbacks;
}
« no previous file with comments | « pkg/analysis_server/lib/src/single_context_manager.dart ('k') | pkg/analyzer/lib/plugin/resolver_provider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698