summaryrefslogtreecommitdiff
path: root/tests/tsub.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-05-09 11:21:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-05-09 11:21:11 +0000
commit0c50553e8c59759a6ca8cad8294f346d53247629 (patch)
treeed2a036ade6355ac00e0b2a662d9c234e0933d30 /tests/tsub.c
parent33d8f25665a1b7303e32a29b8c1e7863ffe8b934 (diff)
downloadmpfr-0c50553e8c59759a6ca8cad8294f346d53247629.tar.gz
[tests/tsub.c] Updated the comment added in r12701.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12702 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsub.c')
-rw-r--r--tests/tsub.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/tsub.c b/tests/tsub.c
index 366743bfc..b3634bf4c 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1091,10 +1091,11 @@ bug20180216 (void)
}
/* Fails with r12281: "reuse of c error in b - c in MPFR_RNDN".
- * If --enable-assert=full is used, this test also fails with
- * "sub1 & sub1sp return different values for MPFR_RNDN" if the fix
- * in r10697 (2016-07-29) is reverted (there were no non-regression
- * tests for this bug until this one).
+ *
+ * If the fix in r10697 (2016-07-29) is reverted, this test also fails
+ * (there were no non-regression tests for this bug until this one);
+ * note that if --enable-assert=full is used, the error message is:
+ * "sub1 & sub1sp return different values for MPFR_RNDN".
*/
static void
bug20180217 (void)