Skip to content

Commit

Permalink
Add regression test for #20 (rust-lang/rust#98112)
Browse files Browse the repository at this point in the history
  • Loading branch information
boydgreenfield committed Oct 5, 2023
1 parent adace7d commit 0a66ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmap_bitvec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ mod test {

#[test]
fn test_bitvec_get_range() {
let mut b = MmapBitVec::from_memory(128).unwrap();
let mut b = MmapBitVec::from_memory(1024).unwrap();
b.set(2, true);
b.set(3, true);
b.set(5, true);
Expand Down

0 comments on commit 0a66ad6

Please sign in to comment.