Skip to content

Commit

Permalink
Rollup merge of #45901 - rkruppe:fix-typo, r=kennytm
Browse files Browse the repository at this point in the history
Fix typo in -Zsaturating-float-casts test
  • Loading branch information
kennytm authored Nov 10, 2017
2 parents 9c76885 + 0872cda commit 6a9931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-pass/saturating-float-casts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
)
}

Expand Down

0 comments on commit 6a9931c

Please sign in to comment.