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:
parent
d9f6850ef3
commit
015b492281
1 changed files with 0 additions and 1 deletions
|
@ -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 -*-"
|
||||
|
|
Loading…
Reference in a new issue