* ChangeLog: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sorah 2011-05-23 00:13:56 +00:00
parent 6dc0488148
commit b452755c5c

View file

@ -4,7 +4,7 @@ Mon May 23 09:03:52 2011 Shota Fukumori <sorah@tubusu.net>
Interrupt, immediately puts result and exit. [ruby-dev:43571]
* lib/test/unit.rb: When received Interrupt, wait results from workers
and correct them. [ruby-dev:43571]
and collect them. [ruby-dev:43571]
Mon May 23 09:08:07 2011 Eric Hodel <drbrain@segment7.net>