correct comment; ref #2297

parent b0477f1d
...@@ -379,7 +379,7 @@ end ...@@ -379,7 +379,7 @@ end
assert('Raise in rescue') do assert('Raise in rescue') do
assert_raise(ArgumentError) do assert_raise(ArgumentError) do
begin begin
raise "" # StandardError raise "" # RuntimeError
rescue rescue
raise ArgumentError raise ArgumentError
end end
......
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