From 99046e52921d78b7ebd6daebe401fd0317ca3b7e Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 30 May 2008 13:42:23 +0000 Subject: * test/ruby/test_signal.rb: add tests to achieve over 80% test coverage of signal.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3aeb07a55..6f3be4e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 30 22:40:53 2008 Yusuke Endoh + + * test/ruby/test_signal.rb: add tests to achieve over 80% test + coverage of signal.c. + Fri May 30 22:28:03 2008 Yusuke Endoh * signal.c (esignal_signo): fix SignalException#signo which returned -- cgit