[ruby/fiddle] test jruby: fix a wrong message

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

View File

@ -134,7 +134,7 @@ module Fiddle
def test_file_name
if RUBY_ENGINE == "jruby"
omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
omit("Fiddle::Handle#file_name doesn't exist in JRuby")
end
file_name = Handle.new(LIBC_SO).file_name