Fix test name gotten wrong

master
est31 2017-05-06 05:34:50 +02:00
parent d247c55d4d
commit e24673b6c7
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ static TEST_CASES: &[((u32,), i32)] = &[
];
#[test]
fn fixsfdi() {
fn fixsfsi() {
for &((a,), b) in TEST_CASES {
let b_ = __fixsfsi(mk_f32(a));
assert_eq!(((a,), b), ((a,), b_));