From 6775e9a21b240279dfda889364b50ac9160e7cd6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 11 Nov 2021 18:28:47 +0900 Subject: Bump strscan version to 3.0.1 --- test/reline/test_within_pipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/reline/test_within_pipe.rb') diff --git a/test/reline/test_within_pipe.rb b/test/reline/test_within_pipe.rb index e453b1902e..36a2f1e805 100644 --- a/test/reline/test_within_pipe.rb +++ b/test/reline/test_within_pipe.rb @@ -8,7 +8,7 @@ class Reline::WithinPipeTest < Reline::TestCase @reader, @output_writer = IO.pipe((RELINE_TEST_ENCODING rescue Encoding.default_external)) @output = Reline.output = @output_writer @config = Reline.send(:core).config - @config.keyseq_timeout *= 600 if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # for --jit-wait CI + @config.keyseq_timeout *= 600 if defined?(RubyVM::JIT) && RubyVM::JIT.enabled? # for --jit-wait CI @line_editor = Reline.send(:core).line_editor end -- cgit v1.2.3