summaryrefslogtreecommitdiff
path: root/tests/tatan.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-28 09:34:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-28 09:34:36 +0000
commit9bf9372da454b678c3dab3a61c749b6822baa1e6 (patch)
treecd7e60e88779f91f9844f2380be581b5699ceb62 /tests/tatan.c
parent162ee678c1d67140dd61db5fcfc661bd2e2c241c (diff)
downloadmpfr-9bf9372da454b678c3dab3a61c749b6822baa1e6.tar.gz
tatan.c: updated comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4785 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tatan.c')
-rw-r--r--tests/tatan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tatan.c b/tests/tatan.c
index 4b8e3ce28..ac8395d9e 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -372,7 +372,7 @@ smallvals_atan2 (void)
MPFR_ASSERTN (mpfr_zero_p (a) && MPFR_IS_NEG(a));
/* From a bug reported by Christopher Creutzig on 2007-08-28.
- Segmentation fault due to an infinite Ziv loop. */
+ Segmentation fault or assertion failure due to an infinite Ziv loop. */
mpfr_set_prec (x, 8);
mpfr_set_prec (y, 8);
mpfr_set_prec (a, 8);