aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-18 21:07:16 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-18 21:07:16 -0700
commit93e4ae68d6263556f6bd2dfd4ffc9f1377ada7ce (patch)
tree5a75f584d69b16f00ad770d2fb500482c798195b /tests/runner.py
parent544b922fd0059996989cc8aa12237d97bf5125bb (diff)
enable test_longjmp4 in asm
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index f6614048..fd8fce20 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2443,8 +2443,6 @@ Exiting setjmp function, level: 0
''')
def test_longjmp4(self):
- if Settings.ASM_JS: return self.skip('asm does not support longjmp')
-
src = r'''
#include <setjmp.h>
#include <stdio.h>