summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-07-31 15:17:57 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-07-31 15:36:40 -0700
commit9a39b23c9c823e8157e2e6850014fa67c09f9351 (patch)
tree4b209abd12c4c3e42e212de87d759eae6772887e /scripts
parent3800e55a2c6f4ffb03242db06437ad371db4ccd8 (diff)
downloadjemalloc-9a39b23c9c823e8157e2e6850014fa67c09f9351.tar.gz
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_run_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen_run_tests.py b/scripts/gen_run_tests.py
index ddf21533..bf19c2c9 100755
--- a/scripts/gen_run_tests.py
+++ b/scripts/gen_run_tests.py
@@ -22,7 +22,6 @@ possible_config_opts = [
'--enable-debug',
'--enable-prof',
'--disable-stats',
- '--with-malloc-conf=tcache:false',
]
possible_malloc_conf_opts = [
'tcache:false',