| 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 =
|
|
|