[ruby/fiddle] test jruby: fix a typo

https://github.com/ruby/fiddle/commit/d76c87b804
This commit is contained in:
Sutou Kouhei 2024-10-07 16:31:17 +09:00 committed by Hiroshi SHIBATA
parent da3c408723
commit f1a94a497b
Notes: git 2024-10-10 01:54:47 +00:00

View File

@ -156,7 +156,7 @@ module Fiddle
def test_NEXT
if RUBY_ENGINE == "jruby"
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
omit("Fiddle::Handle::NEXT doesn't exist in JRuby")
end
begin