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

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

Issue 1341343002: Remove unused setter from ServerStarter and un-deprecate a used setter (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/starter.dart ('k') | no next file » | 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 a961aaea26381f35e765479fd6b537fbe8f9145c..f1ef37ed5c4b73ebe6a7926d6f6aacc9985fa4cf 100644
--- a/pkg/analysis_server/test/socket_server_test.dart
+++ b/pkg/analysis_server/test/socket_server_test.dart
@@ -116,7 +116,6 @@ class SocketServerTest {
DirectoryBasedDartSdk.defaultSdk,
InstrumentationService.NULL_SERVICE,
serverPlugin,
- null,
null);
}
}
« no previous file with comments | « pkg/analysis_server/lib/starter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698