aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 16:28:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 16:28:18 +0000
commitaf97057c4d0f894c7cbef53f8e812898e6f407f0 (patch)
treedd34d6740b6182d51cebc8b983b2ef768a3d2613 /ChangeLog
parent76be3f22c7f0cc7e16721b98e187e65ab9b12640 (diff)
downloadruby-af97057c4d0f894c7cbef53f8e812898e6f407f0.tar.gz
* test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54876 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 13954904d8..a2ed59c99e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 2 01:27:59 2016 Tanaka Akira <akr@fsij.org>
+
+ * test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.
+
Mon May 2 01:15:01 2016 Tanaka Akira <akr@fsij.org>
* test/ruby/test_module.rb (test_name): Use Integer instead of Fixnum.