aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/set.rb')
-rw-r--r--lib/set.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/set.rb b/lib/set.rb
index b8dd2ca569..5fc61c12f7 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -1060,6 +1060,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