aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-28 14:12:23 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-28 14:12:23 -0500
commit6477d51f2e380f281631a363b6343f11248cd71a (patch)
treedb0857e21686da98fac34faa6b8ad7d9029b6d35 /tests
parentf759ed3c67aaa0292d9392668ac8933b83ceacd1 (diff)
fix test_white_list_exception
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 f71335f8..cc6f8b1d 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2479,6 +2479,7 @@ Exception execution path of first function! 1
if Settings.ASM_JS: return self.skip('no exceptions support in asm')
Settings.DISABLE_EXCEPTION_CATCHING = 2
Settings.EXCEPTION_CATCHING_WHITELIST = ["__Z12somefunctionv"]
+ Settings.INLINING_LIMIT = 50 # otherwise it is inlined and not identified
src = '''
#include <stdio.h>