瀏覽代碼

Fix test name gotten wrong

est31 8 年之前
父節點
當前提交
e24673b6c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -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_));