summaryrefslogtreecommitdiff
path: root/tests/turandom.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-28 12:19:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-28 12:19:33 +0000
commit9ca2140489e9c0ae1ea0e6becedcfd3c45dc494d (patch)
treea0dbd0191bcc3f7552f93ef10173cf75d57e01f6 /tests/turandom.c
parent9e9a006e0bd618d0949ce4722054fb707fb45aa0 (diff)
downloadmpfr-9ca2140489e9c0ae1ea0e6becedcfd3c45dc494d.tar.gz
[tests/turandom.c] Removed an obsolete comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7971 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/turandom.c')
-rw-r--r--tests/turandom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/turandom.c b/tests/turandom.c
index 7c29121c2..d0a37da88 100644
--- a/tests/turandom.c
+++ b/tests/turandom.c
@@ -172,8 +172,6 @@ bug20100914 (void)
gmp_randseed_ui (s, 42);
mpfr_init2 (x, 17);
mpfr_urandom (x, s, MPFR_RNDN);
- /* the following values are obtained on a 32-bit computer, we should get
- the same values on a 64-bit computer */
if (mpfr_cmp_str1 (x, C1) != 0)
{
printf ("Error in bug20100914, expected " C1 ", got ");