summaryrefslogtreecommitdiff
path: root/test/-ext-/funcall/test_passing_block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/funcall/test_passing_block.rb')
-rw-r--r--test/-ext-/funcall/test_passing_block.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/-ext-/funcall/test_passing_block.rb b/test/-ext-/funcall/test_passing_block.rb
index 71c9d905be..8964403494 100644
--- a/test/-ext-/funcall/test_passing_block.rb
+++ b/test/-ext-/funcall/test_passing_block.rb
@@ -9,6 +9,11 @@ class TestFuncall < Test::Unit::TestCase
end
require '-test-/funcall'
+ def test_funcall_extra_args
+ assert_equal 'TestFuncall', TestFuncall.extra_args_name,
+ '[ruby-core:85266] [Bug #14425]'
+ end
+
def test_with_funcall2
ok = nil
Relay.with_funcall2("feature#4504") {|arg| ok = arg || true}