Skip to content

Commit

Permalink
fixup! 8cb74d0
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
  • Loading branch information
tgross35 and bjorn3 authored Jan 10, 2025
1 parent 66bc77e commit ce68bb9
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 @@ -59,7 +59,7 @@ mod int_addsub {
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {
panic!(
"{}({}, {}): std: {:?}, builtins: {:?}",
stringify!($fn_sub), x, y, (sub0, sub_o0) , (sub1, sub_o1)
stringify!($fn_sub), x, y, (sub0, sub_o0), (sub1, sub_o1)
);
}
});
Expand Down

0 comments on commit ce68bb9

Please sign in to comment.