Skip to content

Commit 72b777a

Browse files
committed
.
1 parent be8e0f2 commit 72b777a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/btreemap/proptests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fn no_memory_leaks(#[strategy(pvec(pvec(0..u8::MAX, 100..10_000), 100))] keys: V
174174
btree.remove(k);
175175
}
176176

177-
// After inserting and deleting all the entries, there should be allocated chunks.
177+
// After inserting and deleting all the entries, there should be no allocated chunks.
178178
assert_eq!(btree.allocator.num_allocated_chunks(), 0);
179179
}
180180

0 commit comments

Comments
 (0)