diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-17 02:06:34 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-17 02:06:34 +0000 |
commit | 38c0b5f0e3abe32d220f01deb77a45aa9100bdcb (patch) | |
tree | dff8a3fc600db20d992e2b232ed0f9ad1e2c410e /ChangeLog | |
parent | 8f58f60643638add42658d51114abe36dc8257fd (diff) | |
download | ruby-38c0b5f0e3abe32d220f01deb77a45aa9100bdcb.tar.gz |
* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new test
to show the problem of r37232.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Oct 17 11:04:48 2012 NAKAMURA Usaku <usa@ruby-lang.org> + + * test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new test + to show the problem of r37232. + Wed Oct 17 10:48:40 2012 Shugo Maeda <shugo@ruby-lang.org> * vm_insnhelper.c (vm_search_method): fix a build error that occurs |