From 0562c4f76d89cfc9d7c95d077fa62652bbe54664 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 4 Mar 2014 13:55:24 +0000 Subject: * test/ruby: get rid of warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_iseq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_iseq.rb') diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb index 4e3f6c1926..94a814ce1b 100644 --- a/test/ruby/test_iseq.rb +++ b/test/ruby/test_iseq.rb @@ -11,7 +11,7 @@ class TestISeq < Test::Unit::TestCase def lines src body = RubyVM::InstructionSequence.new(src).to_a[13] - lines = body.find_all{|e| e.kind_of? Fixnum} + body.find_all{|e| e.kind_of? Fixnum} end def test_to_a_lines -- cgit v1.2.3