Skip to content

Commit e24673b

Browse files
committed
Fix test name gotten wrong
1 parent d247c55 commit e24673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ static TEST_CASES: &[((u32,), i32)] = &[
10921092
];
10931093
10941094
#[test]
1095-
fn fixsfdi() {
1095+
fn fixsfsi() {
10961096
for &((a,), b) in TEST_CASES {
10971097
let b_ = __fixsfsi(mk_f32(a));
10981098
assert_eq!(((a,), b), ((a,), b_));

0 commit comments

Comments
 (0)