Skip to content

Commit

Permalink
fixup! 8cb74d0
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <[email protected]>
  • Loading branch information
tgross35 and bjorn3 authored Jan 10, 2025
1 parent c3cf019 commit 66bc77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcrate/tests/addsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mod int_addsub {
if add0 != add1 || i32::from(add_o0) != add_o1 {
panic!(
"{}({}, {}): std: {:?}, builtins: {:?}",
stringify!($fn_add), x, y, (add0, add_o0) , (add1, add_o1)
stringify!($fn_add), x, y, (add0, add_o0), (add1, add_o1)
);
}
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {
Expand Down

0 comments on commit 66bc77e

Please sign in to comment.