summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-04 18:00:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-04 18:00:09 +0000
commit9dca6f017c8fe8bfb388e46fec37c2cb221c2fae (patch)
tree3097ab7ecf6087c772152558275c18938211cc63 /ChangeLog
parent879704a2215adec0eb0c83835b8a07a93d0e3857 (diff)
downloadruby-9dca6f017c8fe8bfb388e46fec37c2cb221c2fae.tar.gz
ruby-9dca6f017c8fe8bfb388e46fec37c2cb221c2fae.tar.xz
ruby-9dca6f017c8fe8bfb388e46fec37c2cb221c2fae.zip
* test/ruby/test_iterator.rb (test_block_in_arg): add no block
given tests. * test/ruby/test_iterator.rb (test_ljump): uncomment LocalJumpError test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d34b303cc..4663fa4e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Sep 5 03:00:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/ruby/test_iterator.rb (test_block_in_arg): add no block
+ given tests.
+
+ * test/ruby/test_iterator.rb (test_ljump): uncomment LocalJumpError
+ test.
+
Wed Sep 5 01:10:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
* test/ruby: tests for ruby itself.