From 7dd4bf5f7af0ee02a4f5f7cdc996576f67b7533f Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 24 Jan 2007 11:35:52 +0000 Subject: * test/ruby/test_iterator.rb: removed a needless workaround. approved by ko1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_iterator.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_iterator.rb b/test/ruby/test_iterator.rb index 0632881a5..0db54302f 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 -- cgit