mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 06:13:13 +00:00
Fix assertion in test.
This commit is contained in:
@@ -244,7 +244,7 @@ int
|
|||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
assert(opt_junk_alloc || opt_junk_free);
|
assert(!config_fill || opt_junk_alloc || opt_junk_free);
|
||||||
return (test(
|
return (test(
|
||||||
test_junk_small,
|
test_junk_small,
|
||||||
test_junk_large,
|
test_junk_large,
|
||||||
|
|||||||
Reference in New Issue
Block a user