mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed an unused assignment
This commit is contained in:
parent
c15856d76d
commit
17ee01e3f6
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ class TestRDocRDoc < RDoc::TestCase
|
|||
end
|
||||
|
||||
def test_normalized_file_list_not_modified
|
||||
files = [__FILE__]
|
||||
|
||||
@rdoc.last_modified[__FILE__] = File.stat(__FILE__).mtime
|
||||
|
||||
files = @rdoc.normalized_file_list [__FILE__]
|
||||
|
|
Loading…
Reference in a new issue