From f99bc2c10eb4a911e8382377bbd2fb8b3882e687 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 5 Jun 2008 14:57:05 +0000 Subject: * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage of gc.c. * test/ruby/test_objectspace.rb: ditto. * test/ruby/test_marshal.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 112699e24..e93271b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Jun 5 23:56:18 2008 Yusuke Endoh + + * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage of + gc.c. + + * test/ruby/test_objectspace.rb: ditto. + + * test/ruby/test_marshal.rb: ditto. + Thu Jun 5 23:40:08 2008 Yusuke Endoh * gc.c (rb_objspace_alloc): this function is needed only when -- cgit