summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-27 17:36:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-27 17:36:26 +0000
commita1ae7c9c7b2952db0e209fc3716d946a849eba19 (patch)
tree3ea9e5ed087b2daa8fe92d121cc5f571358596c5 /tests
parentf610ce883b977a403f6e18e8f1c0e8fc0312cd2e (diff)
downloadmpfr-a1ae7c9c7b2952db0e209fc3716d946a849eba19.tar.gz
[tests/tset_sj.c] Forgot a "#ifndef NPRINTF_J" for printf("%jd",...).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13835 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tset_sj.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tset_sj.c b/tests/tset_sj.c
index cd7eecfa0..86a62c49c 100644
--- a/tests/tset_sj.c
+++ b/tests/tset_sj.c
@@ -286,7 +286,9 @@ test_2exp_extreme_aux (void)
"emax=%" MPFR_EXP_FSPEC "d\n",
(mpfr_eexp_t) __gmpfr_emin,
(mpfr_eexp_t) __gmpfr_emax);
+#ifndef NPRINTF_J
printf ("e = %jd\n", em);
+#endif
printf ("Expected ");
mpfr_dump (x1);
printf ("with inex = %d and flags =", inex1);