aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-28 14:06:55 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-28 14:06:55 -0500
commit9c0ebb1072b35d98e437ab0438e26c4bd67d7a43 (patch)
tree181a913cbaf4b854e739636602914add064f363e /tests
parent85dd57e4960a9b18ed29c60c28a22756d55547a4 (diff)
fix test_exit_stack
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 48e56c73..3f020265 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2625,6 +2625,7 @@ Exiting setjmp function, level: 0, prev_jmp: -1
if self.emcc_args is None: return self.skip('requires emcc')
if Settings.ASM_JS: return self.skip('uses report_stack without exporting')
+ Settings.INLINING_LIMIT = 50
Settings.CATCH_EXIT_CODE = 1
src = r'''