From e2f5d4f9c780cf1c1ecf57f8265ef916f973dc1e Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 8 Aug 2012 08:11:12 +0000 Subject: [PATCH] * bootstrap/test_exception.rb: fix a last committed test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ bootstraptest/test_exception.rb | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89394e8a34..d41b812489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 8 17:08:14 2012 Koichi Sasada + + * bootstrap/test_exception.rb: fix a last committed test. + Wed Aug 8 16:27:58 2012 Koichi Sasada * compile.c, insns.def (checkmatch): diff --git a/bootstraptest/test_exception.rb b/bootstraptest/test_exception.rb index b0d37234b8..35c8d25e37 100644 --- a/bootstraptest/test_exception.rb +++ b/bootstraptest/test_exception.rb @@ -423,6 +423,7 @@ assert_equal 'ok', %q{ end begin begin + raise rescue C.new end rescue TypeError