Skip to content

Commit 127dcdf

Browse files
committed
temporary restriction of unit test to 64-bit
1 parent 433b458 commit 127dcdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/test.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,11 @@ static int test_mp_printf_extension(void)
583583

584584
DO(mp_printf_extension_init());
585585

586+
#if (MP_DIGIT_BIT == 60)
586587
for (idx = 0; idx < 106; idx++) {
588+
#else
589+
for (idx = 0; idx < 58; idx++) {
590+
#endif
587591
if (idx == 18) {
588592
mp_exch(&p,&q);
589593
}

0 commit comments

Comments
 (0)