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

Correct comment in exception test.

parent 929328ad
......@@ -295,7 +295,7 @@ end
assert('Exception 17') do
r=begin
raise "a" # StandardError
raise "a" # RuntimeError
rescue ArgumentError
1
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