Skip to content

Commit ec1b9bb

Browse files
committed
ZJIT: Call test again after profiling it
It's a call_threshold: 2 test #14933 (comment)
1 parent 7a73654 commit ec1b9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby/test_zjit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@ def test_array_pop_arg
12111211
assert_compiles '[33, 42]', %q{
12121212
def test(arr) = arr.pop(2)
12131213
test([32, 33, 42])
1214+
test([32, 33, 42])
12141215
}, call_threshold: 2
12151216
end
12161217

0 commit comments

Comments
 (0)