From 9dca6f017c8fe8bfb388e46fec37c2cb221c2fae Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Sep 2003 18:00:09 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * test/ruby: tests for ruby itself. -- cgit