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

Unified Diff: pkg/analysis_server/test/src/plugin/plugin_manager_test.dart

Issue 2861593003: Fix a broken test (TBR) (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
diff --git a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
index 51c29018dfc4d281ec0141bd8333722e32e769d2..fbcf58a2dfeffba3915be1bf622511c73cd22e2e 100644
--- a/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
+++ b/pkg/analysis_server/test/src/plugin/plugin_manager_test.dart
@@ -534,7 +534,7 @@ class MinimalPlugin extends ServerPlugin {
@override
AnalysisHandleWatchEventsResult handleAnalysisHandleWatchEvents(
- Map<String, Object> parameters) =>
+ AnalysisHandleWatchEventsParams parameters) =>
new AnalysisHandleWatchEventsResult();
@override
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698