Skip to content

Commit c30da33

Browse files
k0kubunhsbt
authored andcommitted
s/MJIT/RJIT/
1 parent 182d1c7 commit c30da33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reline/test_within_pipe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def setup
99
@reader, @output_writer = IO.pipe(@encoding)
1010
@output = Reline.output = @output_writer
1111
@config = Reline.send(:core).config
12-
@config.keyseq_timeout *= 600 if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # for --jit-wait CI
12+
@config.keyseq_timeout *= 600 if defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled? # for --jit-wait CI
1313
@line_editor = Reline.send(:core).line_editor
1414
end
1515

0 commit comments

Comments
 (0)