From 7ab9ef7a958f92ae490e9ceef28e9eeb232f1fb9 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 17 Aug 2007 13:11:39 +0000 Subject: * test/ruby/test_basicinstructions.rb: fix old tests. class variables should be inherited. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39e6c5b01..328f93f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 17 22:10:19 2007 Koichi Sasada + + * test/ruby/test_basicinstructions.rb: fix old tests. + class variables should be inherited. + Fri Aug 17 21:20:44 2007 Koichi Sasada * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), -- cgit