Correct comment in exception test.

This commit is contained in:
yui-knk
2014-05-20 23:02:47 +09:00
parent 929328ad3b
commit 756bfa6cd2
+1 -1
View File
@@ -295,7 +295,7 @@ end
assert('Exception 17') do
r=begin
raise "a" # StandardError
raise "a" # RuntimeError
rescue ArgumentError
1
rescue StandardError