[ruby/fiddle] test jruby: fix a typo
https://github.com/ruby/fiddle/commit/d76c87b804
This commit is contained in:
parent
da3c408723
commit
f1a94a497b
Notes:
git
2024-10-10 01:54:47 +00:00
@ -156,7 +156,7 @@ module Fiddle
|
|||||||
|
|
||||||
def test_NEXT
|
def test_NEXT
|
||||||
if RUBY_ENGINE == "jruby"
|
if RUBY_ENGINE == "jruby"
|
||||||
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
|
omit("Fiddle::Handle::NEXT doesn't exist in JRuby")
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user