summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-04-18 19:19:42 +0200
committertege <tege@gmplib.org>2002-04-18 19:19:42 +0200
commit74bcd9298a25585e119c3560a12c4567ccff3141 (patch)
treee62f70b4f9adfe1b575387f1cd9119395cfc08d9 /tests
parent88ff8b8a617cdedabde6edbbb988a31bdd206918 (diff)
downloadgmp-74bcd9298a25585e119c3560a12c4567ccff3141.tar.gz
Nailify.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/bit.c b/tests/mpz/bit.c
index 4adc05db0..6633ee482 100644
--- a/tests/mpz/bit.c
+++ b/tests/mpz/bit.c
@@ -68,7 +68,7 @@ check_tstbit (void)
mpz_set_n (z, neg, numberof(neg));
mpz_neg (z, z);
- for (i = 0; i < numberof(pos)*BITS_PER_MP_LIMB; i++)
+ for (i = 0; i < numberof(pos)*GMP_NUMB_BITS; i++)
{
got = mpz_tstbit (z, i);
want = refmpn_tstbit (pos, i);