From 5a6db03cf21b46ec67d738f2b3f46d3719a5765d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 4 Mar 2013 17:30:23 -0800 Subject: fix test_structbyval --- tests/runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/runner.py b/tests/runner.py index 29c15950..c9c8ac9e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3811,6 +3811,8 @@ The current type of b is: 9 ''') def test_structbyval(self): + Settings.INLINING_LIMIT = 50 + # part 1: make sure that normally, passing structs by value works src = r''' -- cgit v1.2.3-18-g5258