From 6b7f1f56c8ab9164f2e4a3db09464f71c5bfd443 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 26 Sep 2007 11:01:18 +0000 Subject: * bootstraptest/test_knownbug.rb: move fixed tests. * bootstraptest/test_method.rb: ditto. * test/ruby/test_io.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb3a4ae98..49ec552f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 26 20:00:12 2007 Koichi Sasada + + * bootstraptest/test_knownbug.rb: move fixed tests. + + * bootstraptest/test_method.rb: ditto. + + * test/ruby/test_io.rb: ditto. + Wed Sep 26 19:36:26 2007 Koichi Sasada * eval.c (eval): fix to check stack overflow. -- cgit