Commit 756bfa6c authored by yui-knk's avatar yui-knk

Correct comment in exception test.

parent 929328ad
...@@ -295,7 +295,7 @@ end ...@@ -295,7 +295,7 @@ end
assert('Exception 17') do assert('Exception 17') do
r=begin r=begin
raise "a" # StandardError raise "a" # RuntimeError
rescue ArgumentError rescue ArgumentError
1 1
rescue StandardError rescue StandardError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment