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

* test/date/test_date_strptime.rb: remove useless variable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-06-16 09:17:54 +00:00
parent ca65a56bd8
commit ea7c1f4dc6

View file

@ -313,7 +313,6 @@ class TestDateStrptime < Test::Unit::TestCase
end end
def test_strptime__2 def test_strptime__2
n = 10**9
(Date.new(2006,6,1)..Date.new(2007,6,1)).each do |d| (Date.new(2006,6,1)..Date.new(2007,6,1)).each do |d|
[ [
'%Y %m %d', '%Y %m %d',