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

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

Issue 2874803003: Add support for built-in plugins (Closed)
Patch Set: Created 3 years, 7 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/domain_completion_test.dart
diff --git a/pkg/analysis_server/test/domain_completion_test.dart b/pkg/analysis_server/test/domain_completion_test.dart
index e477ab2f12a1d726f1dcffd029a65d33d05e1b59..dc2bb574684436d032438c7b70358699438f9a45 100644
--- a/pkg/analysis_server/test/domain_completion_test.dart
+++ b/pkg/analysis_server/test/domain_completion_test.dart
@@ -708,7 +708,7 @@ class B extends A {m() {^}}
^
}
''');
- PluginInfo info = new PluginInfo('a', 'b', 'c', null, null);
+ PluginInfo info = new DiscoveredPluginInfo('a', 'b', 'c', null, null);
plugin.CompletionGetSuggestionsResult result =
new plugin.CompletionGetSuggestionsResult(
1, 2, <plugin.CompletionSuggestion>[
« no previous file with comments | « pkg/analysis_server/lib/src/plugin/plugin_manager.dart ('k') | pkg/analysis_server/test/edit/assists_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698