aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-29 14:24:31 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-29 14:24:31 +0000
commit9742dec279e8be6081a60a5a9bc6c0384e8f98b6 (patch)
treed7a43ca59c94a683f8c659cd1abe17a478c00d55 /ChangeLog
parent8ca1e6a0eeb96526b6fb7a719d05651d12c9f0d3 (diff)
downloadruby-9742dec279e8be6081a60a5a9bc6c0384e8f98b6.tar.gz
* test/ruby/test_numeric.rb (test_num2long): modify a test agaist the
change by r33108. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33113 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 d32e21ec29..a56f3e747b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 29 23:22:00 2011 Kenta Murata <mrkn@mrkn.jp>
+
+ * test/ruby/test_numeric.rb (test_num2long): modify a test agaist the
+ change by r33108.
+
Sun Aug 29 09:58:00 2011 Kenta Murata <mrkn@mrkn.jp>
* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for