summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 22:01:54 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 22:01:54 +0000
commitd63a88c0b5015cb9d99901437b031316e1fc1155 (patch)
tree0c98a2f4789df61b961e1ecd0aa4df62d488e6b6 /ChangeLog
parenta1ad7b51f578dfd5f28f5c11957f03027c03e81b (diff)
test/ruby/test_optimization.rb (test_string_size): new test
String#size may be overridden, so test for it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47922 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 1cf391c8dd..1b23847c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 15 07:00:14 2014 Eric Wong <e@80x24.org>
+
+ * test/ruby/test_optimization.rb (test_string_size): new test
+
Wed Oct 15 06:51:13 2014 Eric Wong <e@80x24.org>
* test/ruby/test_optimization.rb (test_string_eq_neq): new test