Skip to content

Commit

Permalink
Extra inot test case
Browse files Browse the repository at this point in the history
Co-authored-by: Seyon Sivarajah <[email protected]>
  • Loading branch information
croyzor and ss2165 authored Jan 6, 2025
1 parent 5fbfca2 commit c75484c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-llvm/src/extension/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ mod test {
#[rstest]
// LHS: Most significant bit (2^63), RHS: All the other bits combined
#[case::inot("inot", 9223372036854775808, 9223372036854775807)]
#[case::inot("inot", 1, 0)]
fn test_exec_unsigned_unary_op(
mut exec_ctx: TestContext,
#[case] op: String,
Expand Down

0 comments on commit c75484c

Please sign in to comment.