| Index: pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| index d3fe2030198adb11eaa7252bdd82556e7fc09824..a93591eba58e867934591a491b054a653fc08dc5 100644
|
| --- a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| @@ -1502,7 +1502,7 @@ main(A a, p) {
|
| LocationImpl _assertRecordedRelationForName(String expectedName,
|
| RelationshipImpl expectedRelationship,
|
| ExpectedLocation expectedLocation) {
|
| - _assertRecordedRelationForElement(
|
| + return _assertRecordedRelationForElement(
|
| new NameElement(expectedName), expectedRelationship, expectedLocation);
|
| }
|
|
|
|
|