summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:17:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:44:01 -0800
commit23ec248e48f696ae986e2b19cd572ece02a5ba55 (patch)
tree3973e15ea1c34d000b40a64bd64e78880f28efec /test/test_open3.rb
parent2e875549a934fa04b7939810fa0d8a2762702aaa (diff)
downloadruby-23ec248e48f696ae986e2b19cd572ece02a5ba55.tar.gz
s/mjit/rjit/
Diffstat (limited to 'test/test_open3.rb')
-rw-r--r--test/test_open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_open3.rb b/test/test_open3.rb
index a06697a37b..09f30f46dd 100644
--- a/test/test_open3.rb
+++ b/test/test_open3.rb
@@ -131,7 +131,7 @@ class TestOpen3 < Test::Unit::TestCase
STDERR.reopen(old)
assert_equal("zo", o.read)
if defined?(JITSupport)
- assert_equal("ze", JITSupport.remove_mjit_logs(r.read))
+ assert_equal("ze", JITSupport.remove_rjit_logs(r.read))
else
assert_equal("ze", r.read)
end