fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-08-22 06:55:16 +00:00
parent 051f12d368
commit 36f93a0d67

View file

@ -93,7 +93,7 @@ Tue Aug 21 10:52:08 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/unit/test.rb (Test::Unit::ProxyError): new exception class to * test/unit/test.rb (Test::Unit::ProxyError): new exception class to
wrap exceptions raised in workers in parallel test mode. wrap exceptions raised in workers in parallel test mode.
* test/unit/parallel.rb (Test::Unit::Worker#puke): use above warpper * test/unit/parallel.rb (Test::Unit::Worker#puke): use above wrapper
exception. exception.
[Bug #6882] [ruby-dev:46054] [Bug #6882] [ruby-dev:46054]