Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1976 committed Dec 2, 2024
1 parent 7e61e68 commit 1bc76b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/external_sst_file_basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ TEST_F(ExternalSSTFileBasicTest,AlignedBufferedWrite) {
: FSWritableFileOwnerWrapper(std::move(file)),
last_write_(false) {}

using FSWritableFileOwnerWrapper::Append;
IOStatus Append(const Slice& data, const IOOptions& options,
IODebugContext* dbg) override {
EXPECT_FALSE(last_write_);
Expand Down

0 comments on commit 1bc76b0

Please sign in to comment.