From 5d8b373b05d8710a397c2b8da0406847c5e883ec Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Jul 2009 11:41:27 +0000 Subject: * test/ruby/test_array.rb (test_join2): fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb index 8a442087ae..469cd53865 100644 --- a/test/ruby/test_array.rb +++ b/test/ruby/test_array.rb @@ -1495,7 +1495,7 @@ class TestArray < Test::Unit::TestCase def (a = Object.new).to_a [self] end - assert_equal("[...]", [a].join, , '[ruby-core:24150]') + assert_equal("[...]", [a].join, '[ruby-core:24150]') end def test_to_a2 -- cgit v1.2.3