diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 15:14:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 15:14:35 -0800 |
commit | 77241ebeec90e1ef51306c79d3a5c77dba4f2ab3 (patch) | |
tree | c709ee08e7a3df63a23c68978760fd144e5b2f6f /tests | |
parent | 005950752c6e0c42e847b080f6d81a05e1bcb38c (diff) |
fix s_x_x tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 2d389fbc..ef2a3979 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -6455,6 +6455,7 @@ def make_run(fullname, name=-1, compiler=-1, embetter=0, quantum_size=0, return # TODO: Move much of these to a init() function in shared.py, and reuse that + Settings.ASM_JS = 0 Settings.USE_TYPED_ARRAYS = typed_arrays Settings.INVOKE_RUN = 1 Settings.RELOOP = 0 # we only do them in the "o2" pass |