| Index: pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| index ded6b4346b0a878a042906e1bf277cb5a0940be8..74338daccfe1caff2478e36e2acbf006cc5c9378 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| @@ -499,7 +499,7 @@ class B extends A {
|
| var result = context2.performAnalysisTask();
|
| while (result.hasMoreWork) {
|
| result.changeNotices.forEach((ChangeNotice notice) {
|
| - CompilationUnit unit = notice.compilationUnit;
|
| + CompilationUnit unit = notice.resolvedDartUnit;
|
| if (unit != null) {
|
| index.indexUnit(context2, unit);
|
| }
|
|
|