From 29b5bbdb829012ec7abc2098a7b9635f5033aec3 Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 25 Mar 2008 15:56:36 +0000 Subject: * test/ruby/test_rand.rb: add tests to achieve over 95% test coverage of random.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 143d624ba..8eeeace69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 26 00:55:28 2008 Yusuke Endoh + + * test/ruby/test_rand.rb: add tests to achieve over 95% test coverage + of random.c. + Wed Mar 26 00:28:55 2008 Yusuke Endoh * test/ruby/test_rational.rb: add tests to achieve over 90% test -- cgit