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:
parent
ca65a56bd8
commit
ea7c1f4dc6
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ class TestDateStrptime < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_strptime__2
|
||||
n = 10**9
|
||||
(Date.new(2006,6,1)..Date.new(2007,6,1)).each do |d|
|
||||
[
|
||||
'%Y %m %d',
|
||||
|
|
Loading…
Reference in a new issue