aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-08-30 15:03:23 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-08-30 15:03:23 -0700
commitb12e4059465169ae9302c3565b08fc30e9132781 (patch)
treeac6bbaffea551c8f306ca3e1b0febd17551c1717 /tests/runner.py
parent2a193932e89d6371913d6fdcbb55a072508a8140 (diff)
fix test_atoX
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 72eb2e7c..c991a631 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4039,7 +4039,7 @@ at function.:blag
self.do_run(src, re.sub('(^|\n)\s+', '\\1', expected))
def test_atoX(self):
- if Settings.QUANTUM_SIZE != 4: return self.skip('need q4 for atoll')
+ if self.emcc_args is None: return self.skip('requires ta2')
src = r'''
#include <stdio.h>