From fd3143eefc3900caedd482e813f368964db210a4 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 5 Sep 2003 00:36:47 +0000 Subject: * test/ruby/test_gc.rb: added. splitter.rb which I made to split sample/test.rb into test/ruby/test_* kindly removed GC test (the last section in the original test) to reduce things to be worried. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4663fa4e1..c6c1b796d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 5 09:28:59 2003 NAKAMURA, Hiroshi + + * test/ruby/test_gc.rb: added. splitter.rb which I made to split + sample/test.rb into test/ruby/test_* kindly removed GC test (the + last section in the original test) to reduce things to be worried. + Fri Sep 5 03:00:04 2003 Nobuyoshi Nakada * test/ruby/test_iterator.rb (test_block_in_arg): add no block -- cgit