* 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
This commit is contained in:
parent
5a7ee1e117
commit
148135d96b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user