summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_array.rb')
-rw-r--r--test/ruby/test_array.rb2
1 files changed, 1 insertions, 1 deletions
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