summaryrefslogtreecommitdiff
path: root/tests/t-constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-constants.c')
-rw-r--r--tests/t-constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-constants.c b/tests/t-constants.c
index 779e73f9b..455412ce7 100644
--- a/tests/t-constants.c
+++ b/tests/t-constants.c
@@ -215,7 +215,7 @@ main (int argc, char *argv[])
CHECK_BITS (BITS_PER_MP_LIMB, mp_limb_t);
CHECK_BITS (BITS_PER_ULONG, unsigned long);
- CHECK_HIGHBIT (MP_LIMB_T_HIGHBIT, mp_limb_t, LL("0x%lX","0x%lX"));
+ CHECK_HIGHBIT (GMP_LIMB_HIGHBIT, mp_limb_t, LL("0x%lX","0x%lX"));
CHECK_HIGHBIT (ULONG_HIGHBIT, unsigned long, "0x%lX");
CHECK_HIGHBIT (UINT_HIGHBIT, unsigned int, "0x%X");
CHECK_HIGHBIT (USHRT_HIGHBIT, unsigned short, "0x%hX");