mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
test_exception.rb: fix commit miss
* test/ruby/test_exception.rb: remove duplicate method. fix commit miss at r53819. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fdcc924fce
commit
65c9555d88
1 changed files with 0 additions and 3 deletions
|
@ -660,9 +660,6 @@ end.join
|
||||||
assert_equal('c', e.cause.message, 'cause should be the exception at raised')
|
assert_equal('c', e.cause.message, 'cause should be the exception at raised')
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_cause_at_raised
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_raise_with_cause
|
def test_raise_with_cause
|
||||||
msg = "[Feature #8257]"
|
msg = "[Feature #8257]"
|
||||||
cause = ArgumentError.new("foobar")
|
cause = ArgumentError.new("foobar")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue