summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-23 15:10:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-23 15:10:33 +0000
commit4e08955a71e59aa4c841b48d9acb6435532078ca (patch)
treed21e9d3fe8fb0e7c732c3e011b82041699f0d30b
parent03067ce786912393f7881d270721a01aa43597a7 (diff)
downloadmpfr-4e08955a71e59aa4c841b48d9acb6435532078ca.tar.gz
[tests/tget_set_d128.c] Removed a useless C99 comment, which makes
the MPFR build fail with "i686-w64-mingw32-gcc -std=c89" (e.g. via ./configure --host=i686-w64-mingw32, and -std=c89 in CFLAGS). git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14567 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tget_set_d128.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tget_set_d128.c b/tests/tget_set_d128.c
index c7791bace..fa31913cc 100644
--- a/tests/tget_set_d128.c
+++ b/tests/tget_set_d128.c
@@ -312,7 +312,6 @@ check_misc (void)
/* subnormal number with exponent change when we round back
from 34 digits to 1 digit */
- // mpfr_set_str (x, "9.9E-6176", 10, MPFR_RNDN);
mpfr_set_str (x, "9.9E-6176", 10, MPFR_RNDN);
d = mpfr_get_decimal128 (x, MPFR_RNDU); /* should be 1E-6175 */
mpfr_set_ui (x, 0, MPFR_RNDZ);