aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 21:52:56 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 21:52:56 +0000
commita1ad7b51f578dfd5f28f5c11957f03027c03e81b (patch)
tree9a17fcdd075e2a4be29841f6be1365225fd4057c /ChangeLog
parent5733a5745593909a4d5260264252e5465d02c964 (diff)
downloadruby-a1ad7b51f578dfd5f28f5c11957f03027c03e81b.tar.gz
test/ruby/test_optimization.rb: redefinition tests for String
* test/ruby/test_optimization.rb (test_string_eq_neq): new test (test_string_ltlt): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47921 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 1cec597f5c..1cf391c8dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 15 06:51:13 2014 Eric Wong <e@80x24.org>
+
+ * test/ruby/test_optimization.rb (test_string_eq_neq): new test
+ (test_string_ltlt): ditto
+
Wed Oct 15 06:50:29 2014 Eric Wong <e@80x24.org>
* test/ruby/test_optimization.rb (test_hash_aset_with):