summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-08 08:11:12 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-08 08:11:12 +0000
commite2f5d4f9c780cf1c1ecf57f8265ef916f973dc1e (patch)
tree67d7901c628bd329ba27b62fa6d50f93b7b98f28 /bootstraptest
parent93b6f8d6195564d0884ee00f536a951f4c26288c (diff)
* 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
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_exception.rb1
1 files changed, 1 insertions, 0 deletions
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