[ruby/fiddle] test jruby: fix a typo
https://github.com/ruby/fiddle/commit/5bc55e0533
This commit is contained in:
parent
a47f153d9d
commit
d7fc90d213
Notes:
git
2024-10-10 01:54:48 +00:00
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user