From 756bfa6cd236b33eadf92f7725692623502bac9c Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 20 May 2014 23:02:47 +0900 Subject: Correct comment in exception test. --- test/t/exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/t/exception.rb b/test/t/exception.rb index e09bef815..8aa07e813 100644 --- a/test/t/exception.rb +++ b/test/t/exception.rb @@ -295,7 +295,7 @@ end assert('Exception 17') do r=begin - raise "a" # StandardError + raise "a" # RuntimeError rescue ArgumentError 1 rescue StandardError -- cgit v1.2.3