From 3c5b89d5cb7e3e44eac4a28c5e6b1a9ca387038b Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 30 Jul 2009 15:57:06 +0000 Subject: * test/ruby/test_module.rb (test_ancestors, test_included_modules): ignore rake mixins. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac064c6b2..be67d6e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 31 00:55:48 2009 Yusuke Endoh + + * test/ruby/test_module.rb (test_ancestors, test_included_modules): + ignore rake mixins. + Fri Jul 31 00:30:54 2009 Yusuke Endoh * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_id @@ -23277,12 +23282,12 @@ Sun May 25 17:52:25 2008 Yusuke Endoh Sun May 25 04:30:45 2008 Yusuke Endoh - * test/ruby/test_modules.rb (remove_json_mixins): change judgment + * test/ruby/test_module.rb (remove_json_mixins): change judgment condition. Sun May 25 03:54:39 2008 Yusuke Endoh - * test/ruby/test_modules.rb (test_ancestors, test_included_modules): + * test/ruby/test_module.rb (test_ancestors, test_included_modules): ignore json mixins. Sun May 25 02:37:25 2008 Koichi Sasada -- cgit