Skip to content

Commit

Permalink
Fixing Format Error
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthduvvada committed Aug 21, 2024
1 parent 0c6365b commit 69d702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/container/disk/hash/hash_table_page_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// // NOLINTNEXTLINE
// TEST(HashTablePageTest, DISABLED_DirectoryPageSampleTest) {
// std::filesystem::path fname("test.bustub");
// std::filesystem::path fname("test.bustub");
// auto *disk_manager = new DiskManager(fname);
// auto *bpm = new BufferPoolManager(5, disk_manager);

Expand Down Expand Up @@ -58,7 +58,7 @@

// // NOLINTNEXTLINE
// TEST(HashTablePageTest, DISABLED_BucketPageSampleTest) {
// std::filesystem::path fname("test.bustub");
// std::filesystem::path fname("test.bustub");
// auto *disk_manager = new DiskManager(fname);
// auto *bpm = new BufferPoolManager(5, disk_manager);

Expand Down

0 comments on commit 69d702a

Please sign in to comment.