summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-07-20 14:40:40 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-07-20 14:40:40 +0000
commita20760d487f97e944ce67f5e4b4c1bee33c68bb2 (patch)
tree964e131b9ffee3cf9ecdb77ead57f24dea8bf9d9 /tests/tprintf.c
parent400d708c80da335d631bcb8b74ffb6758ae78a2b (diff)
downloadmpfr-a20760d487f97e944ce67f5e4b4c1bee33c68bb2.tar.gz
vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field. The default precision is now 6 with %Rf and %Rg.
tests/tprintf.c tests/tfprintf.c tests/tsprintf.c: Change tests with empty precision field and %Rf. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6340 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tprintf.c')
-rw-r--r--tests/tprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index 2b586bec5..32089ce24 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -301,7 +301,7 @@ check_mixed (void)
check_vprintf ("a. %Re, b. %llx%Qn", mpfr, ullo, &mpq);
check_length_with_cmp (11, mpq, 16, mpq_cmp_ui (mpq, 16, 1), Qu);
check_vprintf ("a. %lli, b. %Rf%lln", llo, mpfr, &ullo);
- check_length (12, ullo, 12, llu);
+ check_length (12, ullo, 19, llu);
}
#endif