Skip to content

Commit

Permalink
rm comments for task 2.a
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Sep 28, 2024
1 parent 6df0c57 commit d1c9d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/b_plus_tree_sequential_scale_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace bustub {
using bustub::DiskManagerUnlimitedMemory;

/**
* (Fall 2024) You should pass this test after finishing Task 1 and 2.a in P2.
* (Fall 2024) You should pass this test after finishing insertion and point search.
*/
TEST(BPlusTreeTests, DISABLED_ScaleTest) { // NOLINT
// create KeyComparator and index schema
Expand Down

0 comments on commit d1c9d0f

Please sign in to comment.