From 615758bd823d52e542976bbc83a728c1bad28ade Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 10 Jul 2020 00:47:26 -0700 Subject: Fix an inaccurate comment in test_jit --- test/ruby/test_jit.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index c1f2f7a6d5..2386a5e89b 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -805,7 +805,9 @@ class TestJIT < Test::Unit::TestCase print(test('a')) # set #to_s cc to String#to_s (expecting C method) print(test('a')) # JIT with #to_s cc: String#to_s - print(test('a', recursive: :foo)) # update #to_s cd->cc to Symbol#to_s, then go through inlined #to_s cc with Symbol#to_s + # update #to_s cd->cc to Symbol#to_s, then go through the Symbol#to_s cd->cc + # after checking receiver class using inlined #to_s cc with String#to_s. + print(test('a', recursive: :foo)) end; end -- cgit v1.2.3