summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 22:45:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 22:45:08 +0000
commit243be935498993ff1839ae17a29151039077b438 (patch)
tree7173b0a6ad2659ce4119eecef19373c223d5f7c3 /tests/tfma.c
parent283726f85ca7e40ca769eab2cf6f9b5f919f9f70 (diff)
downloadmpfr-243be935498993ff1839ae17a29151039077b438.tar.gz
tfma.c: added a space.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4601 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index 702984cb2..21f1412d1 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -606,7 +606,7 @@ main (int argc, char *argv[])
{
printf ("Wrong inexact flag for rnd=%s: expected %d, got %d\n",
mpfr_print_rnd_mode (rnd), compare, inexact);
- printf ("x="); mpfr_out_str (stdout, 2, 0, x, GMP_RNDN);
+ printf (" x="); mpfr_out_str (stdout, 2, 0, x, GMP_RNDN);
printf (" y="); mpfr_out_str (stdout, 2, 0, y, GMP_RNDN);
printf (" z="); mpfr_out_str (stdout, 2, 0, z, GMP_RNDN);
printf (" s="); mpfr_out_str (stdout, 2, 0, s, GMP_RNDN);