mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
test/kernel.rb: remove duplicate tests; ref #5584
This commit is contained in:
@@ -95,9 +95,6 @@ assert('Kernel#__send__', '15.3.1.3.4') do
|
||||
args = [:respond_to?, :nil?]
|
||||
assert_true __send__(*args)
|
||||
assert_equal [:respond_to?, :nil?], args
|
||||
|
||||
assert_raise(ArgumentError) { nil.__send__(:__id__, 1) }
|
||||
assert_raise(ArgumentError) { nil.__send__(:__id__, opts: 1) }
|
||||
end
|
||||
|
||||
assert('Kernel#block_given?', '15.3.1.3.6') do
|
||||
|
||||
Reference in New Issue
Block a user