Skip to content

Commit 0872cda

Browse files
author
Robin Kruppe
committed
Fix typo in -Zsaturating-float-casts test
1 parent f1ea23e commit 0872cda

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)