Skip to content

Commit 6a9931c

Browse files
authored
Rollup merge of #45901 - rkruppe:fix-typo, r=kennytm
Fix typo in -Zsaturating-float-casts test
2 parents 9c76885 + 0872cda commit 6a9931c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/saturating-float-casts.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ macro_rules! test_c {
4848
});
4949

5050
($fval:expr, f* -> $ity:ident, $ival:expr) => (
51-
test!($fval, f32 -> $ity, $ival);
52-
test!($fval, f64 -> $ity, $ival);
51+
test_c!($fval, f32 -> $ity, $ival);
52+
test_c!($fval, f64 -> $ity, $ival);
5353
)
5454
}
5555

0 commit comments

Comments
 (0)