* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-01-10 07:13:04 +00:00
parent 6166e9cf28
commit 1e835d1c74

View file

@ -43,7 +43,7 @@ class TestEnumerator < Test::Unit::TestCase
} }
end end
def test_nested_itaration def test_nested_iteration
def (o = Object.new).each def (o = Object.new).each
yield :ok1 yield :ok1
yield [:ok2, :x].each.next yield [:ok2, :x].each.next