diff options
Diffstat (limited to 'test/unit/zero.c')
-rw-r--r-- | test/unit/zero.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/zero.c b/test/unit/zero.c index d5b03f8..553692b 100644 --- a/test/unit/zero.c +++ b/test/unit/zero.c @@ -1,10 +1,5 @@ #include "test/jemalloc_test.h" -#ifdef JEMALLOC_FILL -const char *malloc_conf = - "abort:false,junk:false,zero:true"; -#endif - static void test_zero(size_t sz_min, size_t sz_max) { uint8_t *s; |