diff options
author | Sutou Kouhei <[email protected]> | 2024-10-07 16:31:17 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-10 10:06:10 +0900 |
commit | f1a94a497b8491b41a3d058557ea10995c10f71a (patch) | |
tree | 9ed36bf96be40d01cd5013f1ca3455f72d5be705 /test/fiddle/test_handle.rb | |
parent | da3c4087235d883ce3265b274a695baf3809768f (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/fiddle/test_handle.rb')
-rw-r--r-- | test/fiddle/test_handle.rb | 2 |
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 |