diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:07:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:07:16 -0700 |
commit | 93e4ae68d6263556f6bd2dfd4ffc9f1377ada7ce (patch) | |
tree | 5a75f584d69b16f00ad770d2fb500482c798195b | |
parent | 544b922fd0059996989cc8aa12237d97bf5125bb (diff) |
enable test_longjmp4 in asm
-rwxr-xr-x | tests/runner.py | 2 |
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> |