summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2024-10-07 16:31:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-10 10:06:09 +0900
commitda3c4087235d883ce3265b274a695baf3809768f (patch)
tree9eec11e5ee01c0ee0e46a6d60547b3ddcd1f7dfc /test
parentd7fc90d21378fb94c743f302cf068b218ca71680 (diff)
[ruby/fiddle] test jruby: fix a wrong message
https://github.com/ruby/fiddle/commit/00b3521f5e
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11860
Diffstat (limited to 'test')
-rw-r--r--test/fiddle/test_handle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiddle/test_handle.rb b/test/fiddle/test_handle.rb
index ebd126c94e..fedb557e90 100644
--- a/test/fiddle/test_handle.rb
+++ b/test/fiddle/test_handle.rb
@@ -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