[ruby/fiddle] test jruby: fix a wrong message
https://github.com/ruby/fiddle/commit/00b3521f5e
This commit is contained in:
parent
d7fc90d213
commit
da3c408723
Notes:
git
2024-10-10 01:54:48 +00:00
@ -134,7 +134,7 @@ module Fiddle
|
|||||||
|
|
||||||
def test_file_name
|
def test_file_name
|
||||||
if RUBY_ENGINE == "jruby"
|
if RUBY_ENGINE == "jruby"
|
||||||
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
|
omit("Fiddle::Handle#file_name doesn't exist in JRuby")
|
||||||
end
|
end
|
||||||
|
|
||||||
file_name = Handle.new(LIBC_SO).file_name
|
file_name = Handle.new(LIBC_SO).file_name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user