Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Greenway <ggreenway@apple.com>
  • Loading branch information
ggreenway committed Jan 26, 2021
1 parent 07a9314 commit 6bc1fc3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ class FakeBuffer : public Buffer::Instance {
MOCK_METHOD(void, move, (Instance&, uint64_t), (override));
MOCK_METHOD(Buffer::Reservation, reserveForRead, (), (override));
MOCK_METHOD(Buffer::ReservationSingleSlice, reserveSingleSlice, (uint64_t, bool), (override));
MOCK_METHOD(void, commit, (uint64_t, absl::Span<Buffer::RawSlice>, ReservationSlicesOwnerPtr),
MOCK_METHOD(void, commit,
(uint64_t, absl::Span<Buffer::RawSlice>, Buffer::ReservationSlicesOwnerPtr),
(override));
MOCK_METHOD(ssize_t, search, (const void*, uint64_t, size_t, size_t), (const, override));
MOCK_METHOD(bool, startsWith, (absl::string_view), (const, override));
Expand Down

0 comments on commit 6bc1fc3

Please sign in to comment.