Skip to content

Commit 9733f59

Browse files
committed
fopencookie_test: Test our implementation, not the OS.
Fix a typo, which caused the system fopencookie to be tested instead of our wrappers.
1 parent 3a3dabd commit 9733f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/x_fopencookie_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <csnip/x.h>
1111

1212
/* Macros to set the actual fopencookie implementation */
13-
#if 0
13+
#if 1
1414
# define my_fopencookie csnip_x_fopencookie
1515
# define my_cookie_io_functions_t csnip_x_cookie_io_functions_t
1616
#else

0 commit comments

Comments
 (0)