From 97c2a91704c659852388bac2897b0e9c362d1b23 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Sun, 15 Mar 2015 17:52:46 +0000 Subject: * 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 --- test/ruby/test_proc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_proc.rb') diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 728e2b7987..6914089b9d 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -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 -- cgit v1.2.3