From 46d58ecbe324c9ac2d057f9b262d0e14528a5b25 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 24 Apr 2008 13:38:01 +0000 Subject: * test/ruby/test_comparable.rb: new tests for Comparable, to achieve 100% test coverage of compar.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07815672e..8981e88cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 24 22:34:52 2008 Yusuke Endoh + + * test/ruby/test_comparable.rb: new tests for Comparable, to achieve + 100% test coverage of compar.c. + Thu Apr 24 17:19:01 2008 Yukihiro Matsumoto * ruby.c (process_options): set safe_level before loading script. -- cgit