diff options
Diffstat (limited to 'test/unit/zero.c')
-rw-r--r-- | test/unit/zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/zero.c b/test/unit/zero.c index 80b8fe1..123f0e0 100644 --- a/test/unit/zero.c +++ b/test/unit/zero.c @@ -2,7 +2,7 @@ #ifdef JEMALLOC_FILL const char *malloc_conf = - "abort:false,junk:false,zero:true,redzone:false"; + "abort:false,junk:false,zero:true"; #endif static void |