mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7567fbf080
commit
7307d38c4f
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 15 12:38:29 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).
|
||||
|
||||
Fri Jun 15 12:25:33 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm.c (th_yield_setup_args): |v| should work as |v,|.
|
||||
|
|
|
@ -480,4 +480,3 @@ class TestIterator < Test::Unit::TestCase
|
|||
assert_equal(["b"], ["a", "b", "c"].grep(IterString.new("b")) {|s| s})
|
||||
end
|
||||
end
|
||||
GC.stress=true
|
||||
|
|
Loading…
Reference in a new issue