From df7c570713e7f59537348bfa91a13d0111c81d93 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 24 Jan 2007 11:35:52 +0000 Subject: [PATCH] * test/ruby/test_iterator.rb: removed a needless workaround. approved by ko1. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ test/ruby/test_iterator.rb | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e32301d10..60ff5f9ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 24 20:34:51 2007 Kouhei Sutou + + * test/ruby/test_iterator.rb: removed a needless workaround. + Wed Jan 24 18:05:39 2007 Yukihiro Matsumoto * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix diff --git a/test/ruby/test_iterator.rb b/test/ruby/test_iterator.rb index 0632881a53..0db54302f5 100644 --- a/test/ruby/test_iterator.rb +++ b/test/ruby/test_iterator.rb @@ -1,11 +1,3 @@ -# TODO: tmp - -class Object - Proc_orig = Proc - remove_const :Proc - Proc = YARVCore::VM::Proc -end - require 'test/unit' class Array