Fix test name gotten wrong
This commit is contained in:
parent
d247c55d4d
commit
e24673b6c7
2
build.rs
2
build.rs
|
@ -1092,7 +1092,7 @@ static TEST_CASES: &[((u32,), i32)] = &[
|
||||||
];
|
];
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn fixsfdi() {
|
fn fixsfsi() {
|
||||||
for &((a,), b) in TEST_CASES {
|
for &((a,), b) in TEST_CASES {
|
||||||
let b_ = __fixsfsi(mk_f32(a));
|
let b_ = __fixsfsi(mk_f32(a));
|
||||||
assert_eq!(((a,), b), ((a,), b_));
|
assert_eq!(((a,), b), ((a,), b_));
|
||||||
|
|
Loading…
Reference in New Issue