diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-05 14:57:05 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-05 14:57:05 +0000 |
| commit | f99bc2c10eb4a911e8382377bbd2fb8b3882e687 (patch) | |
| tree | 2e5108924b55b40d8b4bba20ac95bb887125febd /ChangeLog | |
| parent | 814f534d1180eca991393b0164b54a58ca34b82a (diff) | |
| download | ruby-f99bc2c10eb4a911e8382377bbd2fb8b3882e687.tar.gz ruby-f99bc2c10eb4a911e8382377bbd2fb8b3882e687.tar.xz ruby-f99bc2c10eb4a911e8382377bbd2fb8b3882e687.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Jun 5 23:56:18 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * 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 <mame@tsg.ne.jp> * gc.c (rb_objspace_alloc): this function is needed only when |
