Skip to content

Commit ce68bb9

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

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
@@ -59,7 +59,7 @@ mod int_addsub {
5959
if sub0 != sub1 || i32::from(sub_o0) != sub_o1 {
6060
panic!(
6161
"{}({}, {}): std: {:?}, builtins: {:?}",
62-
stringify!($fn_sub), x, y, (sub0, sub_o0) , (sub1, sub_o1)
62+
stringify!($fn_sub), x, y, (sub0, sub_o0), (sub1, sub_o1)
6363
);
6464
}
6565
});

0 commit comments

Comments
 (0)