From 35eb9fc545f4d9e39751875bd357ba724f4d467d Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 5 Feb 2008 15:50:25 +0000 Subject: * test/ruby/test_hash.rb: add tests to achieve over 90% test coverage of hash.c. * test/ruby/test_env.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 826e74d34..b8d99817e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 06 00:48:41 2008 Yusuke Endoh + + * test/ruby/test_hash.rb: add tests to achieve over 90% test coverage + of hash.c. + * test/ruby/test_env.rb: ditto. + Wed Feb 06 00:24:49 2008 Yusuke Endoh * hash.c (env_rassoc): remove access to free'd environment on mswin32. -- cgit