summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSutou Kouhei <[email protected]>2024-10-07 16:31:17 +0900
committerHiroshi SHIBATA <[email protected]>2024-10-10 10:06:10 +0900
commitf1a94a497b8491b41a3d058557ea10995c10f71a (patch)
tree9ed36bf96be40d01cd5013f1ca3455f72d5be705 /test
parentda3c4087235d883ce3265b274a695baf3809768f (diff)
[ruby/fiddle] test jruby: fix a typo
https://github.com/ruby/fiddle/commit/d76c87b804
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 fedb557e90..c952a7ef17 100644
--- a/test/fiddle/test_handle.rb
+++ b/test/fiddle/test_handle.rb
@@ -156,7 +156,7 @@ module Fiddle
def test_NEXT
if RUBY_ENGINE == "jruby"
- omit("Fiddle::Handle::NEXT doesn't exist with JRuby")
+ omit("Fiddle::Handle::NEXT doesn't exist in JRuby")
end
begin