aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-11 08:06:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-11 08:06:22 +0000
commit015b49228100a4da8294b9355e6c439c90710399 (patch)
treea6a5b1f834c24fb68ed8b255c268cc319deb3b70
parentd9f6850ef3d791b7f902fc8deeccf50b44b5b364 (diff)
downloadruby-015b49228100a4da8294b9355e6c439c90710399.tar.gz
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
-rw-r--r--test/ruby/test_rubyoptions.rb1
1 files changed, 0 insertions, 1 deletions
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 -*-"