From c9d1ebcf837dc049c913ecc7cfc4e6c3d8337c81 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 21 May 2008 15:31:15 +0000 Subject: * test/ruby/test_require.rb: new tests for library requiring, to achieve over 90% test coverage of dln.c. * test/ruby/test_class.rb: add tests to achieve over 90% test coverage of class.c. * test/ruby/test_module.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca8c2b99b..cf9ee3065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu May 22 00:30:06 2008 Yusuke Endoh + + * test/ruby/test_require.rb: new tests for library requiring, to + achieve over 90% test coverage of dln.c. + + * test/ruby/test_class.rb: add tests to achieve over 90% test coverage + of class.c. + + * test/ruby/test_module.rb: ditto. + Thu May 22 00:15:44 2008 Koichi Sasada * insns.def, vm_insnhelper.c: specify "const". -- cgit