Fix assertion in test.

This commit is contained in:
Jason Evans 2015-08-12 12:06:38 -07:00
parent e1ed698973
commit 38d8f50144

View File

@ -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,