Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/io/console/test_io_console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class TestIO_Console < Test::Unit::TestCase
def test_console_namespace
assert_kind_of(Module, IO::Console)
end unless RUBY_ENGINE == "jruby" && RbConfig::CONFIG["host_os"] !~ /mswin|mingw/
end

HOST_OS = RbConfig::CONFIG['host_os']

Expand Down