| 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 a539532a76ec10518335985713a9ed386369b341..36525d2b3d11cab817f591c8a829e77c6b051e53 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
|
| @@ -759,7 +759,7 @@ class C extends B with M1, M2 {
|
| result.changeNotices.forEach((ChangeNotice notice) {
|
| CompilationUnit unit = notice.resolvedDartUnit;
|
| if (unit != null) {
|
| - index.indexUnit(context2, unit);
|
| + index.index(context2, unit);
|
| }
|
| });
|
| result = context2.performAnalysisTask();
|
|
|