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(), |