Skip to content

Commit

Permalink
* bootstrap/test_exception.rb: fix a last committed test.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Aug 8, 2012
1 parent 93b6f8d commit e2f5d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Aug 8 17:08:14 2012 Koichi Sasada <ko1@atdot.net>

* bootstrap/test_exception.rb: fix a last committed test.

Wed Aug 8 16:27:58 2012 Koichi Sasada <ko1@atdot.net>

* compile.c, insns.def (checkmatch):
Expand Down
1 change: 1 addition & 0 deletions bootstraptest/test_exception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ def ===(o)
end
begin
begin
raise
rescue C.new
end
rescue TypeError
Expand Down

0 comments on commit e2f5d4f

Please sign in to comment.