From 3fc8f0435a03e82e24e2ee0224305ff279932520 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 20 May 2014 11:24:15 +0900 Subject: correct comment; ref #2297 --- test/t/exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/exception.rb b/test/t/exception.rb index 816c3241b..ddf0a315c 100644 --- a/test/t/exception.rb +++ b/test/t/exception.rb @@ -379,7 +379,7 @@ end assert('Raise in rescue') do assert_raise(ArgumentError) do begin - raise "" # StandardError + raise "" # RuntimeError rescue raise ArgumentError end -- cgit v1.2.3