| 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 4d624b7316742e1d562d65275941bae28e75aec6..67e691a34fd1ace77b8a3af7ac98b382b82064a6 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
|
| @@ -56,6 +56,7 @@ part '$testFile';
|
|
|
| // Build the request
|
| CompletionRequestImpl baseRequest = new CompletionRequestImpl(
|
| + null,
|
| context,
|
| provider,
|
| searchEngine,
|
|
|