aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-04-28 14:05:55 +0800
committerjiang <30155751@qq.com>2014-04-28 14:05:55 +0800
commit89f7aea98093b035dd74cfbdd3de41c46ad12b6e (patch)
treefd01f8adcbedd1e39dbd97190dcbb6cfd2bb60df /tests
parentdeaee6c2496ecb25858290405fef8ef79aece979 (diff)
downloadtinycc-89f7aea98093b035dd74cfbdd3de41c46ad12b6e.tar.gz
tinycc-89f7aea98093b035dd74cfbdd3de41c46ad12b6e.tar.bz2
fix abitest.c for x86_64 bug
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;
}