From 2b85295d2845ee7ebefe04bcdda48970694ff0ad Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 5 Aug 2022 10:47:35 -0700 Subject: Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369) --- bootstraptest/test_yjit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstraptest/test_yjit.rb') diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb index 16eda7fa84..826e0066fa 100644 --- a/bootstraptest/test_yjit.rb +++ b/bootstraptest/test_yjit.rb @@ -3096,7 +3096,7 @@ assert_equal 'true', %q{ foo() } -# toregexp +# toregexp, objtostring assert_equal '/true/', %q{ def foo() /#{true}/ @@ -3104,7 +3104,7 @@ assert_equal '/true/', %q{ foo().inspect } -# concatstrings +# concatstrings, objtostring assert_equal '9001', %q{ def foo() "#{9001}" -- cgit v1.2.3