diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 11:47:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 11:47:05 -0800 |
commit | 0ea99d4659ec686115c70f0b7e67fa829739c1e0 (patch) | |
tree | d7412421446d03e90f157eec2809cd379d53e7ee | |
parent | 2182170ca32698886e311b7e5edbb5f9ed30aa3a (diff) |
remove asm1f from ALL
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index aed70d35..8c4a9abf 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -36,7 +36,7 @@ except: # Core test runner class, shared between normal tests and benchmarks checked_sanity = False -test_modes = ['default', 'o1', 'o2', 'asm1', 'asm1f', 'asm2', 'asm2f', 'asm2g', 'asm2x86', 's_0_0', 's_0_1'] +test_modes = ['default', 'o1', 'o2', 'asm1', 'asm2', 'asm2f', 'asm2g', 'asm2x86', 's_0_0', 's_0_1'] test_index = 0 class RunnerCore(unittest.TestCase): |