mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a test for [ruby-dev:26127].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6794f52b80
commit
2b245b9aa5
1 changed files with 2 additions and 0 deletions
|
@ -1064,6 +1064,8 @@ class TC_Set < Test::Unit::TestCase
|
|||
# assert_equal(set2, set1)
|
||||
assert_equal(set2, set2.clone)
|
||||
assert_equal(set1.clone, set1)
|
||||
|
||||
assert_not_equal(Set[Exception.new,nil], Set[Exception.new,Exception.new], "[ruby-dev:26127]")
|
||||
end
|
||||
|
||||
# def test_hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue