diff options
author | Peter Zhu <[email protected]> | 2024-10-31 10:31:30 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-11-01 10:49:50 -0400 |
commit | 53b3fac6d2dd11fe2416eb159aed6f1c565451be (patch) | |
tree | 7736ef0d8fdf90c6c5bae6f2fb9453a42470bad6 /test | |
parent | 29c480dd6fca993590c82078ba797e2c4e876ac7 (diff) |
Rename test_hash to test_hash_uniqueness
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11966
Diffstat (limited to 'test')
-rw-r--r-- | test/ruby/test_proc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 6f100c225f..57047fb0d4 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -159,7 +159,7 @@ class TestProc < Test::Unit::TestCase assert_equal(*m_nest{}, "[ruby-core:84583] Feature #14627") end - def test_hash + def test_hash_uniqueness def self.capture(&block) block end |