[ruby/fiddle] test jruby: fix a typo

https://github.com/ruby/fiddle/commit/5bc55e0533
This commit is contained in:
Sutou Kouhei 2024-10-07 16:30:55 +09:00 committed by Hiroshi SHIBATA
parent a47f153d9d
commit d7fc90d213
Notes: git 2024-10-10 01:54:48 +00:00

View File

@ -39,7 +39,7 @@ module Fiddle
def test_need_gvl?
if RUBY_ENGINE == "jruby"
omit("rb_str_dup() doesn't exit in JRuby")
omit("rb_str_dup() doesn't exist in JRuby")
end
libruby = Fiddle.dlopen(nil)