summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 02:49:28 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 02:49:28 +0000
commit4251ba672e6ea846c1dfb052039ba6873e9d5ab0 (patch)
tree6d8f1f85d0e04d00a363fc49028a80ca5d4408a4 /ChangeLog
parent92fe5b66348ab6071b5cd8cdb10ba15c513485df (diff)
downloadruby-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb10d5d1..cbd2963aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".