diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-10-31 11:43:58 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-10-31 11:43:58 +0000 |
commit | 385dd2a5145031a48b33efbfc6b389cd889eb911 (patch) | |
tree | cd4f46b298e5493b510f877a46bff3bedc4f6e59 /tests/tget_str.c | |
parent | d8564321b4a1f315f44b691750d50e9213b984c8 (diff) | |
download | mpfr-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/tget_str.c')
-rw-r--r-- | tests/tget_str.c | 1 |
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)); |