correct comment; ref #2297

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-20 11:24:15 +09:00
parent b0477f1d3f
commit 3fc8f0435a
+1 -1
View File
@@ -379,7 +379,7 @@ end
assert('Raise in rescue') do
assert_raise(ArgumentError) do
begin
raise "" # StandardError
raise "" # RuntimeError
rescue
raise ArgumentError
end