mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 15:06:10 +02:00
Include more debug information in test_uplus_minus
This commit is contained in:
parent
9b1e97b211
commit
07ff4aa19b
1 changed files with 1 additions and 1 deletions
|
@ -3369,7 +3369,7 @@ CODE
|
|||
assert_same(str, -str)
|
||||
|
||||
bar = -%w(b a r).join('')
|
||||
assert_same(str, bar, "uminus deduplicates [Feature #13077] #{ObjectSpace.dump(bar)}")
|
||||
assert_same(str, bar, "uminus deduplicates [Feature #13077] str: #{ObjectSpace.dump(str)} bar: #{ObjectSpace.dump(bar)}")
|
||||
end
|
||||
|
||||
def test_uminus_frozen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue