diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-04 17:30:23 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-04 17:30:23 -0800 |
commit | 5a6db03cf21b46ec67d738f2b3f46d3719a5765d (patch) | |
tree | 0c54954aa79417f16df3cadeb35581dafd396265 /tests | |
parent | 6de84bc7daffe278f46c4a4fa5c02160799a7a29 (diff) |
fix test_structbyval
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
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''' |