mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)
e08c4c635e
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
This commit is contained in:
parent
afa33da72b
commit
8f752c95d2
Notes:
git
2021-09-05 19:26:21 +09:00
8 changed files with 79 additions and 37 deletions
|
@ -326,7 +326,7 @@ module Fiddle
|
|||
|
||||
def test_signature_variadic_arguments
|
||||
unless Fiddle.const_defined?("TYPE_VARIADIC")
|
||||
skip "libffi doesn't support variadic arguments"
|
||||
omit "libffi doesn't support variadic arguments"
|
||||
end
|
||||
assert_equal([
|
||||
"printf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue