summaryrefslogtreecommitdiff
path: root/test/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-16 15:16:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-16 15:16:54 +0900
commit17ee01e3f618f15f2bec794238874a62dc60deb6 (patch)
tree58d65267ee7d04494152b536b1e7b4ecd7654eb4 /test/rdoc
parentc15856d76dd46030c805523b05808d32ead15162 (diff)
Removed an unused assignment
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/test_rdoc_rdoc.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb
index b549ba8dc8..b11f255749 100644
--- a/test/rdoc/test_rdoc_rdoc.rb
+++ b/test/rdoc/test_rdoc_rdoc.rb
@@ -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__]