summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-05 10:47:35 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:07 -0700
commit2b85295d2845ee7ebefe04bcdda48970694ff0ad (patch)
tree4b121a190e17be88d69a636a8a7d895366f3029a /bootstraptest
parente06c86fada92cf81cdc8e5cf4f0792ae701eb2e0 (diff)
Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_yjit.rb4
1 files changed, 2 insertions, 2 deletions
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}"