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

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

Issue 2872803003: Remove unused reference to SearchEngine (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/services/completion/dart/completion_manager_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
index 39b193d3d2ab1f73a88f084080c9b3a0897a17bf..397ebf42d1c8daff235e9f6e40fa9d901372dc0a 100644
--- a/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart
@@ -62,7 +62,6 @@ part '$testFile';
enableNewAnalysisDriver ? await driver.getResult(testFile) : null,
enableNewAnalysisDriver ? null : context,
provider,
- searchEngine,
testSource,
completionOffset,
new CompletionPerformance(),

Powered by Google App Engine
This is Rietveld 408576698