diff options
author | Yusuke Endoh <[email protected]> | 2021-04-27 17:06:51 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2021-04-27 17:07:44 +0900 |
commit | ea88f49a76912fe0e5f0e125544356ed5b17482b () | |
tree | 2e403fef68fa4d1285795088eed3e6afe022b102 | |
parent | d405b1a878ebaf57f2374d557239d87c8065260a (diff) |
test/ruby/test_exception.rb: suppress "warning: statement not reached"
-rw-r--r-- | test/ruby/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ class TestException < Test::Unit::TestCase def test_exception_in_ensure_with_return @string = "[ruby-core:97104] [Bug #16618]" def self.meow - return assert(false) rescue assert(false) |