mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-02 18:17:54 +03:00
Fix assertion in test.
This commit is contained in:
parent
e1ed698973
commit
38d8f50144
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue