From 7a792b4f3755449c641728a68f106a7f1e02f845 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 12 Sep 2026 23:11:54 +0900 Subject: [PATCH] Run test_input_pending on JRuby --- test/io/console/test_io_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 727b497..838abb4 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -528,7 +528,7 @@ def test_input_pending assert_equal("b", read.getc) assert_false(read.input_pending?) end - end unless RUBY_ENGINE == "jruby" + end def assert_ctrl(expect, cc, r, w) sleep 0.1