new test framework (one main per test)
[libc-test] / src / math / acos.c
diff --git a/src/math/acos.c b/src/math/acos.c
deleted file mode 100644 (file)
index c38d7f2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "test.h"
-#include <math.h>
-
-void bench_acos(int N)
-{
-       int i;
-       volatile double y;
-
-       for (i = 0; i < N; i++) {
-               y = acos(0.3456);
-       }
-}