aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index dea4f1fe..d06425a7 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4646,7 +4646,7 @@ else:
self.do_benchmark(src, ['10000', '1000'], 'blah=0.000000', llvm_opts=True)
def test_dlmalloc(self):
- global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator']
+ global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator', 'closure']
Building.COMPILER_TEST_OPTS = ['-g']
Settings.CORRECT_SIGNS = 2