summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-31 11:43:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-31 11:43:58 +0000
commit385dd2a5145031a48b33efbfc6b389cd889eb911 (patch)
treecd4f46b298e5493b510f877a46bff3bedc4f6e59 /tests
parentd8564321b4a1f315f44b691750d50e9213b984c8 (diff)
downloadmpfr-385dd2a5145031a48b33efbfc6b389cd889eb911.tar.gz
Added a test that fails after fixing MPFR_INT_CEIL_LOG2.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3913 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tget_str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tget_str.c b/tests/tget_str.c
index 90c95b31d..9220f0ee5 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1071,6 +1071,7 @@ main (int argc, char *argv[])
check_small ();
+ check_special (2, 2);
for (i = 0; i < ITER; i++)
{
p = 2 + (randlimb () % (MAX_DIGITS - 1));