Fix test name gotten wrong
This commit is contained in:
parent
2aaaa38e25
commit
31048e53b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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_));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue