| Index: pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| index c33ec146443b169ac4ef0da50b0988a7786dcc35..42a32cd876389791887807c2e412d141e73d38c2 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| @@ -125,9 +125,13 @@ class ImportedReferenceContributorTest extends AbstractSelectorSuggestionTest {
|
| @override
|
| CompletionSuggestion assertSuggestImportedClass(String name,
|
| {CompletionSuggestionKind kind: CompletionSuggestionKind.INVOCATION,
|
| - int relevance: DART_RELEVANCE_DEFAULT, String importUri}) {
|
| + int relevance: DART_RELEVANCE_DEFAULT, String importUri,
|
| + String elemFile}) {
|
| return assertSuggestClass(name,
|
| - relevance: relevance, kind: kind, importUri: importUri);
|
| + relevance: relevance,
|
| + kind: kind,
|
| + importUri: importUri,
|
| + elemFile: elemFile);
|
| }
|
|
|
| @override
|
|
|