summaryrefslogtreecommitdiff
path: root/tests/tasin.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:59:37 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-04-07 13:59:37 +0000
commit01468b489e2ad35217f4a4eab6b9f160c5d8049c (patch)
treeb90258a76462738d19df6f54665ec79192e5ad76 /tests/tasin.c
parentaab6696198475b5b6575a01aab71eec62c00cf4c (diff)
downloadmpfr-01468b489e2ad35217f4a4eab6b9f160c5d8049c.tar.gz
Replaced various instances of mpfr_print_binary + newline (sometimes
missing) by mpfr_dump. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10252 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tasin.c')
-rw-r--r--tests/tasin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tasin.c b/tests/tasin.c
index 5214002a5..4ff44a5ca 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -141,8 +141,8 @@ special (void)
if (mpfr_cmp (x, y))
{
printf ("Error: mpfr_asin (2)\n");
- mpfr_print_binary (x); printf ("\n");
- mpfr_print_binary (y); printf ("\n");
+ mpfr_dump (x);
+ mpfr_dump (y);
exit (1);
}