aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 13:38:01 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 13:38:01 +0000
commitc8d27afcd6b5cee8cc0d5aac1f67e81fdc2971ac (patch)
treee297d827bf25831de28a0258a1c6398d952a84e0 /ChangeLog
parentae6782315a0e14949259e3b6c8ce544e5e774ba5 (diff)
downloadruby-c8d27afcd6b5cee8cc0d5aac1f67e81fdc2971ac.tar.gz
* test/ruby/test_comparable.rb: new tests for Comparable, to achieve
100% test coverage of compar.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07815672e7..8981e88cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 24 22:34:52 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * 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 <matz@ruby-lang.org>
* ruby.c (process_options): set safe_level before loading script.