| 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 9ba6cae2f5cbb2b74559cb8e98893b540c8a3e0a..476c4dd81fbb1b9cbf2be9a61e9a6d8c9d380c60 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
|
| @@ -1781,9 +1781,7 @@ class ExpectedLocation {
|
| }
|
| }
|
|
|
| -class MockIndexStore extends TypedMock implements InternalIndexStore {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| +class MockIndexStore extends TypedMock implements InternalIndexStore {}
|
|
|
| /**
|
| * Information about a relation recorded into {@link IndexStore}.
|
|
|