Skip to content

Commit

Permalink
fu
Browse files Browse the repository at this point in the history
  • Loading branch information
pineman committed Jul 20, 2024
1 parent c51a488 commit 035bf80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fpt/tests/lr35902.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,9 @@ fn test_rot_reg_addr(

#[rstest]
#[case::not_zero(0x1, 0b0001, 0b0011)]
#[case::not_zero(0x1, 0b1001, 0b0011)]
#[case::zero(0x0, 0b0000, 0b1010)]
#[case::zero(0x0, 0b1000, 0b1010)]
// BIT n,REG
fn test_bit_reg(
#[values(
Expand Down

0 comments on commit 035bf80

Please sign in to comment.