* test/ruby/test_proc.rb: Fix typo signle -> single
[fix GH-852][ci skip] Patch by @hanachin git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef8537bc9e
commit
97c2a91704
@ -579,7 +579,7 @@ class TestProc < Test::Unit::TestCase
|
||||
assert_equal [1, 2, 3], pr.call([1,2,3,4,5,6])
|
||||
end
|
||||
|
||||
def test_proc_args_opt_signle
|
||||
def test_proc_args_opt_single
|
||||
bug7621 = '[ruby-dev:46801]'
|
||||
pr = proc {|a=:a|
|
||||
a
|
||||
|
Loading…
x
Reference in New Issue
Block a user