From e1cc51407329230aab32088ed67f78b0c5c23e8b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Apr 2010 05:33:43 +0000 Subject: * test/ruby: fixed nonsense assertions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27544 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 5e04d465ca..dc38f18e81 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -379,7 +379,7 @@ class TestProc < Test::Unit::TestCase assert_equal [1,2,3,[4,5,6]], pr.call([1,2,3,4,5,6]) r = proc{|*a| a}.call([1,2,3]) - assert [1,2,3], r + assert_equal [[1,2,3]], r end def test_proc_args_rest_and_post -- cgit v1.2.3