diff options
| -rw-r--r-- | test/t/exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/exception.rb b/test/t/exception.rb index e09bef815..8aa07e813 100644 --- a/test/t/exception.rb +++ b/test/t/exception.rb @@ -295,7 +295,7 @@ end assert('Exception 17') do r=begin - raise "a" # StandardError + raise "a" # RuntimeError rescue ArgumentError 1 rescue StandardError |
