aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 8ec4591a..b1a9e6b1 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10842,7 +10842,7 @@ f.close()
for engine in JS_ENGINES:
out = run_js('test.js', engine=engine, stderr=PIPE, full_output=True)
self.assertContained(expected, out)
- #if engine == SPIDERMONKEY_ENGINE: self.validate_asmjs(out)
+ if engine == SPIDERMONKEY_ENGINE: self.validate_asmjs(out)
low = expected_ranges[outlining_limit][0]
seen = max(measure_funcs('test.js').values())
high = expected_ranges[outlining_limit][1]