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

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

Issue 1915833007: Add Driver.useSingleContextManager to turn on single context manager. (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
« no previous file with comments | « pkg/analysis_server/lib/src/socket_server.dart ('k') | pkg/analyzer/lib/plugin/resolver_provider.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/socket_server_test.dart
diff --git a/pkg/analysis_server/test/socket_server_test.dart b/pkg/analysis_server/test/socket_server_test.dart
index 395072a67e4f799a4f9014c5319f77705841a8bd..4ff5ea7e1eee5dbc4fc999215fe90ff8fb274c01 100644
--- a/pkg/analysis_server/test/socket_server_test.dart
+++ b/pkg/analysis_server/test/socket_server_test.dart
@@ -121,7 +121,8 @@ class SocketServerTest {
InstrumentationService.NULL_SERVICE,
serverPlugin,
null,
- null);
+ null,
+ false);
}
}
« no previous file with comments | « pkg/analysis_server/lib/src/socket_server.dart ('k') | pkg/analyzer/lib/plugin/resolver_provider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698