Skip to content

Commit 3763755

Browse files
committed
Delete stray test
1 parent d166a30 commit 3763755

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/math/acosf.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,3 @@ pub fn acosf(x: f32) -> f32 {
7474
w = r(z) * s + c;
7575
2. * (df + w)
7676
}
77-
78-
#[cfg(test)]
79-
mod tests {
80-
#[test]
81-
fn acosf() {
82-
extern {
83-
fn acosf(x: f32) -> f32;
84-
}
85-
unsafe {
86-
crate::_eqf(super::acosf(1.0), acosf(1.0)).unwrap();
87-
}
88-
}
89-
// shared::f32!("musl", acosf);
90-
}

0 commit comments

Comments
 (0)