Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.py
This is already tested via its inclusion in possible_malloc_conf_opts.
This commit is contained in:
parent
3800e55a2c
commit
9a39b23c9c
@ -22,7 +22,6 @@ possible_config_opts = [
|
||||
'--enable-debug',
|
||||
'--enable-prof',
|
||||
'--disable-stats',
|
||||
'--with-malloc-conf=tcache:false',
|
||||
]
|
||||
possible_malloc_conf_opts = [
|
||||
'tcache:false',
|
||||
|
Loading…
Reference in New Issue
Block a user