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

Unified Diff: pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart

Issue 1471173003: hook new DartCompletionContributor API into existing framework (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 1 month 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/services/completion/dart/common_usage_sorter_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
index 3337e8d7bb7cc89c70bc57ed5f0f71d81ce20695..7929a9d997af04926a41c9eac5a3db4fff9738a1 100644
--- a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart
@@ -107,6 +107,7 @@ class CommonUsageSorterTest extends AbstractAnalysisTest {
source,
new DartCompletionCache(context, source),
null,
+ null,
new CommonUsageSorter(selectorRelevance));
Response response =

Powered by Google App Engine
This is Rietveld 408576698