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:
David Goldblatt 2017-07-31 15:17:57 -07:00 committed by David Goldblatt
parent 3800e55a2c
commit 9a39b23c9c

View File

@ -22,7 +22,6 @@ possible_config_opts = [
'--enable-debug', '--enable-debug',
'--enable-prof', '--enable-prof',
'--disable-stats', '--disable-stats',
'--with-malloc-conf=tcache:false',
] ]
possible_malloc_conf_opts = [ possible_malloc_conf_opts = [
'tcache:false', 'tcache:false',