summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 14:55:53 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 14:55:53 +0000
commitb15e67584681d25ec981ba89075d46b8a811c127 (patch)
treea35f3717ab6da124475f28ad09bf299c318ec2d6 /ChangeLog
parent8930b5fc2774239837c9d1be4b73dad8c0f99a63 (diff)
downloadruby-b15e67584681d25ec981ba89075d46b8a811c127.tar.gz
ruby-b15e67584681d25ec981ba89075d46b8a811c127.tar.xz
ruby-b15e67584681d25ec981ba89075d46b8a811c127.zip
* test/ruby/test_time.rb: suppress warning during test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e76f56f55..4841d08e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 28 23:55:22 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_time.rb: suppress warning during test.
+
Thu Aug 28 23:50:47 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_time.rb (test_strftime): make test for %a independent