diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-04 14:08:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-04 14:08:51 -0700 |
commit | 0428d4846f0cca7b28f1f22a1f50d5f3a12ec03e (patch) | |
tree | 673c51d19a753027523ace866744819ef60b58bf /tests/runner.py | |
parent | fb83700d54ec3fbba744d583692ee132baa7774e (diff) |
refactor makeCopyValues and add makeSetValues
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 65a5ecfa..489196e3 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -301,7 +301,7 @@ if 'benchmark' not in sys.argv: # Run in both JavaScript engines, if optimizing - significant differences there (typed arrays) if js_engines is None: - js_engines = [V8_ENGINE, SPIDERMONKEY_ENGINE] + js_engines = [SPIDERMONKEY_ENGINE, V8_ENGINE] for engine in js_engines: js_output = self.run_generated_code(engine, filename + '.o.js', args) if output_nicerizer is not None: |