summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-04 04:59:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-04 04:59:25 +0000
commit148135d96b0feea7ad1cd362fa20f011abc161ca (patch)
treebc2a937a6827dbaf63962fdbf115ce9595572658 /test/ruby/test_array.rb
parent5a7ee1e117162ff22083f2e587e3723167bbd11a (diff)
* test/ruby/test_array.rb (test_recursive_hash_value): rename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 0235f00471..d975b668f0 100644
--- a/test/ruby/test_array.rb
+++ b/test/ruby/test_array.rb
@@ -2049,7 +2049,7 @@ class TestArray < Test::Unit::TestCase
assert_equal(A, B)
end
- def test_hash2
+ def test_recursive_hash_value
assert_not_equal([[1]].hash, [[2]].hash)
a = []
a << a