1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-05-14 13:10:02 +00:00
parent f09f597422
commit 40a98ca132

View file

@ -1,3 +1,7 @@
Wed May 14 22:09:25 2008 Yusuke Endoh <mame@tsg.ne.jp>
* ChangeLog: fix typo.
Wed May 14 21:49:14 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_object.rb: new tests to achieve over 90% test
@ -3446,7 +3450,7 @@ Thu Feb 14 00:02:19 2008 Yusuke Endoh <mame@tsg.ne.jp>
[ruby-dev:33763]
* test/ruby/test_proc.rb: add tests to achieve over 70% test coverage
of time.c.
of proc.c.
* test/ruby/test_method.rb: ditto.