diff options
Diffstat (limited to 'main/ruby/test_insns-lower-recursion-depth.patch')
| -rw-r--r-- | main/ruby/test_insns-lower-recursion-depth.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby/test_insns-lower-recursion-depth.patch b/main/ruby/test_insns-lower-recursion-depth.patch index 77d827997b..48e88dfd60 100644 --- a/main/ruby/test_insns-lower-recursion-depth.patch +++ b/main/ruby/test_insns-lower-recursion-depth.patch @@ -41,7 +41,7 @@ so we hit SystemStackError sooner than on other platforms. }/ox end - x = once(128); x = once(7); x = once(16); -+ x = once(64); x = once(7); x = once(16); ++ x = once(32); x = once(7); x = once(16); x =~ "true" && $~ }, [ 'once', <<~'},', ], # { |
