mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-27 22:34:14 +00:00
Rollup merge of #45901 - rkruppe:fix-typo, r=kennytm
Fix typo in -Zsaturating-float-casts test
This commit is contained in:
commit
6a9931c3fb
@ -48,8 +48,8 @@ macro_rules! test_c {
|
||||
});
|
||||
|
||||
($fval:expr, f* -> $ity:ident, $ival:expr) => (
|
||||
test!($fval, f32 -> $ity, $ival);
|
||||
test!($fval, f64 -> $ity, $ival);
|
||||
test_c!($fval, f32 -> $ity, $ival);
|
||||
test_c!($fval, f64 -> $ity, $ival);
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user