From 015b49228100a4da8294b9355e6c439c90710399 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 11 Apr 2016 08:06:22 +0000 Subject: test_rubyoptions.rb: suppress warning * test/ruby/test_rubyoptions.rb (test_indentation_check): remove unused variable to suppress warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 6e6fe4bd3b..10cdcd8802 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -432,7 +432,6 @@ class TestRubyOptions < Test::Unit::TestCase end a.for("false directives after #{b}") do - err = ["#{t.path}:4: warning: mismatched indentations at '#{e}' with '#{k}' at 2"] t.rewind t.truncate(0) t.puts "# -*- warn-indent: true -*-" -- cgit v1.2.3