| Index: pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| diff --git a/pkg/analysis_server/test/services/index/store/split_store_test.dart b/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| index 17c7e8b78c8a6fe289836420158013714074c940..1ae14d57f57cd7c254f39cacdb2366d84f9c23fc 100644
|
| --- a/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| +++ b/pkg/analysis_server/test/services/index/store/split_store_test.dart
|
| @@ -420,13 +420,9 @@ class _LocationEqualsWrapper {
|
| }
|
| }
|
|
|
| -class _MockFileManager extends TypedMock implements FileManager {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| +class _MockFileManager extends TypedMock implements FileManager {}
|
|
|
| -class _MockIndexNode extends TypedMock implements IndexNode {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| +class _MockIndexNode extends TypedMock implements IndexNode {}
|
|
|
| @reflectiveTest
|
| class _RelationKeyDataTest {
|
|
|