diff options
| author | Sutou Kouhei <kou@clear-code.com> | 2024-10-07 16:30:55 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-10 10:06:08 +0900 |
| commit | d7fc90d21378fb94c743f302cf068b218ca71680 (patch) | |
| tree | b21707c983217779898c3db09f64304ef0a7f60c /test/fiddle/test_function.rb | |
| parent | a47f153d9d951166f8442e3b2c7036505385a953 (diff) | |
[ruby/fiddle] test jruby: fix a typo
https://github.com/ruby/fiddle/commit/5bc55e0533
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11860
Diffstat (limited to 'test/fiddle/test_function.rb')
| -rw-r--r-- | test/fiddle/test_function.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiddle/test_function.rb b/test/fiddle/test_function.rb index 658874bfb4..b6ae8c14bc 100644 --- a/test/fiddle/test_function.rb +++ b/test/fiddle/test_function.rb @@ -39,7 +39,7 @@ module Fiddle def test_need_gvl? if RUBY_ENGINE == "jruby" - omit("rb_str_dup() doesn't exit in JRuby") + omit("rb_str_dup() doesn't exist in JRuby") end libruby = Fiddle.dlopen(nil) |
