Skip to content

Commit

Permalink
Label memory leak test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Jan 7, 2024
1 parent bca1493 commit 189c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_weakkeymap.rb
Expand Up @@ -87,7 +87,7 @@ def test_frozen_object
assert_nothing_raised(FrozenError) {@wm['foo'] = o}
end

def test_inconsistent_hash_key
def test_inconsistent_hash_key_memory_leak
assert_no_memory_leak [], '', <<~RUBY
class BadHash
def initialize
Expand Down

0 comments on commit 189c807

Please sign in to comment.