summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-08-12 19:06:38 (GMT)
committerJason Evans <jasone@canonware.com>2015-08-12 19:06:38 (GMT)
commit38d8f50144d229daf4449112d412613bbaa43502 (patch)
treee29eda381eaf1e9a0febca095109ed1d45a5cbb7 /test/unit
parente1ed698973f2465c15173ad7aecb720c57161052 (diff)
downloadjemalloc-38d8f50144d229daf4449112d412613bbaa43502.zip
jemalloc-38d8f50144d229daf4449112d412613bbaa43502.tar.gz
jemalloc-38d8f50144d229daf4449112d412613bbaa43502.tar.bz2
Fix assertion in test.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/junk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/junk.c b/test/unit/junk.c
index 733f661..01d314b 100644
--- a/test/unit/junk.c
+++ b/test/unit/junk.c
@@ -244,7 +244,7 @@ int
main(void)
{
- assert(opt_junk_alloc || opt_junk_free);
+ assert(!config_fill || opt_junk_alloc || opt_junk_free);
return (test(
test_junk_small,
test_junk_large,