summaryrefslogtreecommitdiff
path: root/bootstraptest/test_yjit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_yjit.rb')
-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}"