aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 11:53:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 11:53:02 +0000
commitc3fdc2cfb0e4b2ede488a36fc224b9e261c23ba5 (patch)
treee46f05918abd7f51d3fb2d090fb9efc3abc20740 /ChangeLog
parent5e73aa6e241ecd2896fe673ab20cc51295d091bd (diff)
downloadruby-c3fdc2cfb0e4b2ede488a36fc224b9e261c23ba5.tar.gz
* test/objspace/test_objspace.rb (test_dump_all): Make the test string
shorter to be an embedded string on 32bit environment as well as 64bit environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8cb50740..96cb2f7858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 9 20:32:59 2013 Tanaka Akira <akr@fsij.org>
+
+ * test/objspace/test_objspace.rb (test_dump_all): Make the test string
+ shorter to be an embedded string on 32bit environment as well as
+ 64bit environment.
+
Sat Nov 9 15:00:16 2013 Zachary Scott <e@zzak.io>
* io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znz