correct comment; ref #2297

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