Skip to content

Commit 66bc77e

Browse files
tgross35bjorn3
andauthored
fixup! 8cb74d0
Co-authored-by: bjorn3 <[email protected]>
1 parent c3cf019 commit 66bc77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/tests/addsub.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mod int_addsub {
5353
if add0 != add1 || i32::from(add_o0) != add_o1 {
5454
panic!(
5555
"{}({}, {}): std: {:?}, builtins: {:?}",
56-
stringify!($fn_add), x, y, (add0, add_o0) , (add1, add_o1)
56+
stringify!($fn_add), x, y, (add0, add_o0), (add1, add_o1)
5757
);
5858
}
5959
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {

0 commit comments

Comments
 (0)