From e3347ed429ac310efbae5a8e552e4a0c9d4358b7 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 18 Apr 2008 11:58:30 +0000 Subject: * test/ruby/test_array.rb: add tests to achieve over 95% test coverage of array.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f17357fca..0627ef666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 18 20:57:33 2008 Yusuke Endoh + + * test/ruby/test_array.rb: add tests to achieve over 95% test coverage + of array.c. + Fri Apr 18 17:37:48 2008 Nobuyoshi Nakada * gc.c (rb_gc_mark_locations): get rid of underflow. -- cgit