summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-03 14:49:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-03 14:49:07 +0000
commit6f25a4ca181e908e833931a15b70bc7766e1d21c (patch)
tree5d7acf21ed5cc3b491a3e08aeb2c87995f734b2a /tests/tsprintf.c
parent9d66814c8c74e64e571f98d48f3c140064663515 (diff)
downloadmpfr-6f25a4ca181e908e833931a15b70bc7766e1d21c.tar.gz
[tests/tsprintf.c] Coding style.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7941 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsprintf.c')
-rw-r--r--tests/tsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsprintf.c b/tests/tsprintf.c
index 2c27ca8de..cacebb1e5 100644
--- a/tests/tsprintf.c
+++ b/tests/tsprintf.c
@@ -1098,7 +1098,7 @@ bug20111102 (void)
mpfr_init2 (t, 84);
mpfr_set_str (t, "999.99999999999999999999", 10, MPFR_RNDN);
- mpfr_sprintf (s, "%.20RNg",t);
+ mpfr_sprintf (s, "%.20RNg", t);
if (strcmp (s, "1000") != 0)
{
printf ("Error in bug20111102, expected 1000, got %s\n", s);