1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2016-04-11 08:06:22 +00:00
parent d9f6850ef3
commit 015b492281

View file

@ -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 -*-"