diff options
Diffstat (limited to 'test/hash_test.c')
-rw-r--r-- | test/hash_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hash_test.c b/test/hash_test.c index ea808e6..91c0127 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -208,7 +208,7 @@ main(void) return 1; } -#ifndef _WIN32 +#ifdef ZIX_WITH_TEST_MALLOC const size_t total_n_allocs = test_malloc_get_n_allocs(); printf("Testing 0 ... %zu failed allocations\n", total_n_allocs); expect_failure = true; |