mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_exception.rb: suppress "warning: statement not reached"
This commit is contained in:
parent
d405b1a878
commit
ea88f49a76
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class TestException < Test::Unit::TestCase
|
||||||
def test_exception_in_ensure_with_return
|
def test_exception_in_ensure_with_return
|
||||||
@string = "[ruby-core:97104] [Bug #16618]"
|
@string = "[ruby-core:97104] [Bug #16618]"
|
||||||
def self.meow
|
def self.meow
|
||||||
return
|
return if true # This if modifier suppresses "warning: statement not reached"
|
||||||
assert(false)
|
assert(false)
|
||||||
rescue
|
rescue
|
||||||
assert(false)
|
assert(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue