aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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