mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a test for [ruby-dev:34808].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
327515a95b
commit
796d005a23
1 changed files with 5 additions and 0 deletions
|
@ -12,4 +12,9 @@ class TestDelegateClass < Test::Unit::TestCase
|
|||
obj.extend M
|
||||
assert_equal(:m, obj.m, "[ruby-dev:33116]")
|
||||
end
|
||||
|
||||
def test_systemcallerror_eq
|
||||
e = SystemCallError.new(0)
|
||||
assert((SimpleDelegator.new(e) == e) == (e == SimpleDelegator.new(e)), "[ruby-dev:34808]")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue