Index: pkg/analysis_server/test/services/index/store/mocks.dart |
diff --git a/pkg/analysis_server/test/services/index/store/mocks.dart b/pkg/analysis_server/test/services/index/store/mocks.dart |
index 9d0bab49d4c6f4a5ab8aa64e091991980ebd42fd..9ed78afe480e6ee3aa2f88d538a57dbf98ae72bd 100644 |
--- a/pkg/analysis_server/test/services/index/store/mocks.dart |
+++ b/pkg/analysis_server/test/services/index/store/mocks.dart |
@@ -16,7 +16,7 @@ class MockElementCodec extends TypedMock implements ElementCodec { |
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |
} |
-class MockLocation extends TypedMock implements Location { |
+class MockLocation extends TypedMock implements LocationImpl { |
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |
} |