aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/abitest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/abitest.c b/tests/abitest.c
index 488de1e..3ad707a 100644
--- a/tests/abitest.c
+++ b/tests/abitest.c
@@ -138,8 +138,6 @@ static int ret_longdouble_test_callback2(void *ptr) {
ret_longdouble_test_type a = {10};
ret_longdouble_test_type r;
r = f(a);
- printf("%Lf \n", a.x);
- printf("%Lf \n", r.x);
return ((r.x == a.x*5) && (f(a).x == a.x*5)) ? 0 : -1;
}