diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-19 02:49:28 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-19 02:49:28 +0000 |
commit | 4251ba672e6ea846c1dfb052039ba6873e9d5ab0 (patch) | |
tree | 6d8f1f85d0e04d00a363fc49028a80ca5d4408a4 /ChangeLog | |
parent | 92fe5b66348ab6071b5cd8cdb10ba15c513485df (diff) | |
download | ruby-4251ba672e6ea846c1dfb052039ba6873e9d5ab0.tar.gz ruby-4251ba672e6ea846c1dfb052039ba6873e9d5ab0.tar.xz ruby-4251ba672e6ea846c1dfb052039ba6873e9d5ab0.zip |
* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Jun 19 11:48:33 2008 Koichi Sasada <ko1@atdot.net> + + * test/ruby/test_enumerator.rb: fix to skip "with_memo" test. + Thu Jun 19 11:40:55 2008 Koichi Sasada <ko1@atdot.net> * vm_insnhelper.c (vm_throw): fix "return" process from "lambda". |