From 37679ee584e409088a2f083594e3c4ccba486e13 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 25 Jan 2010 23:12:50 +0000 Subject: supress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_open3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_open3.rb') diff --git a/test/test_open3.rb b/test/test_open3.rb index 8f355ccb76..406f39b50d 100644 --- a/test/test_open3.rb +++ b/test/test_open3.rb @@ -190,8 +190,8 @@ class TestOpen3 < Test::Unit::TestCase ts.each {|t| assert_kind_of(Thread, t) } i.print str i.close - ts.each_with_index {|t, i| - assert_equal(str[i] == ?t, t.value.success?) + ts.each_with_index {|t, ii| + assert_equal(str[ii] == ?t, t.value.success?) } } end -- cgit v1.2.3