From f6327e732fbc8c68dae163401d283924769dee8d Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 23 Jul 2012 21:37:39 +0000 Subject: Suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_lightparser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml/test_lightparser.rb') diff --git a/test/rexml/test_lightparser.rb b/test/rexml/test_lightparser.rb index ee33dc08fd..1728921434 100644 --- a/test/rexml/test_lightparser.rb +++ b/test/rexml/test_lightparser.rb @@ -7,6 +7,6 @@ class LightParserTester < Test::Unit::TestCase def test_parsing f = File.new(fixture_path("documentation.xml")) parser = REXML::Parsers::LightParser.new( f ) - root = parser.parse + parser.parse end end -- cgit v1.2.3