Skip to content

Commit

Permalink
crates/sel4/bitfield-ops: Clarify unit test name
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 7, 2023
1 parent 02e55cd commit a2a147e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sel4/bitfield-ops/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ mod test {
}

#[test]
fn this_works_too() {
fn multiple_gets_return_what_was_set_with_multiple_sets() {
for init in [0, !0] {
let mut arr = Bitfield::<[u64; 1], u64>::new([init]);
arr.set_bits::<u64>(0..2, 0b11);
Expand Down

0 comments on commit a2a147e

Please sign in to comment.