Fix assertion in test.
This commit is contained in:
parent
e1ed698973
commit
38d8f50144
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user