Fix typo in -Zsaturating-float-casts test
This commit is contained in:
parent
f1ea23e2cc
commit
0872cda34a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue