summaryrefslogtreecommitdiff
path: root/test/ruby/test_iterator.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-24 11:35:52 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-24 11:35:52 +0000
commitdf7c570713e7f59537348bfa91a13d0111c81d93 (patch)
tree7829e4cf6603f71e38ae2a8a08d12f8a4fc43754 /test/ruby/test_iterator.rb
parent14476c3beaaac46e66507b48e9ed10b0f228df83 (diff)
* 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
Diffstat (limited to 'test/ruby/test_iterator.rb')
-rw-r--r--test/ruby/test_iterator.rb8
1 files changed, 0 insertions, 8 deletions
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