Skip to content

Commit 88e9a42

Browse files
committed
Trying to sooth VS #2
1 parent caceb67 commit 88e9a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ static int test_mp_fread_fwrite(void)
315315
return EXIT_FAILURE;
316316
}
317317

318-
#if (!(defined LTM_NOTHING) && !(defined MP_NO_FILE) && (!(defined __GLIBC__)))
318+
#if (!(defined LTM_NOTHING) && !(defined MP_NO_FILE) && (defined __GLIBC__))
319319
#include <printf.h>
320320
#define LTM_TEST_BUFSIZ 1024
321321
static int test_mp_printf_extension(void)
@@ -2572,7 +2572,7 @@ static int unit_tests(int argc, char **argv)
25722572
T1(mp_dr_reduce, MP_DR_REDUCE),
25732573
T2(mp_pack_unpack,MP_PACK, MP_UNPACK),
25742574
T2(mp_fread_fwrite, MP_FREAD, MP_FWRITE),
2575-
#if (!(defined LTM_NOTHING) && !(defined MP_NO_FILE) && (!(defined __GLIBC__)))
2575+
#if (!(defined LTM_NOTHING) && !(defined MP_NO_FILE) && (defined __GLIBC__))
25762576
T1(mp_printf_extension, MP_READ_RADIX),
25772577
#endif
25782578
T1(mp_get_u32, MP_GET_I32),

0 commit comments

Comments
 (0)