summaryrefslogtreecommitdiff
path: root/test/csv/test_features.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-26 10:45:14 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-26 10:45:14 +0000
commit08bb7d3d1927e077aa027ef19cc6ef5c1327aaed (patch)
tree36cbbd6532889e604843c3cd51bc0c594181776b /test/csv/test_features.rb
parent732fe8014a3fbb502afc70301b625f37f24debde (diff)
test_features.rb: fix unused variable warning
test/csv/test_features.rb:357: warning: assigned but unused variable - csv git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/csv/test_features.rb')
-rwxr-xr-xtest/csv/test_features.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/test_features.rb b/test/csv/test_features.rb
index 8acd744b73..6b73093ad3 100755
--- a/test/csv/test_features.rb
+++ b/test/csv/test_features.rb
@@ -354,7 +354,7 @@ class TestCSV::Features < TestCSV
end
def test_comment_rows_are_ignored_with_heredoc
- c = csv = CSV.new(<<~EOL, skip_lines: ".")
+ c = CSV.new(<<~EOL, skip_lines: ".")
1,foo
.2,bar
3,baz