summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_rdoc.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-17 19:33:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-21 15:53:34 +0900
commit59b327aa58d3f514030b0afb767f11ab6ca0a76d (patch)
tree33eddfa96ac3c705e4f4c691aae36c599d9081b4 /test/rdoc/test_rdoc_rdoc.rb
parentf18a0b7654d471101b207e7fe553e12a25398e45 (diff)
[ruby/rdoc] Drop support for Ruby 2.4
https://github.com/ruby/rdoc/commit/f480b970cc
Diffstat (limited to 'test/rdoc/test_rdoc_rdoc.rb')
-rw-r--r--test/rdoc/test_rdoc_rdoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb
index 22e9bb2b8a..7b84bb698a 100644
--- a/test/rdoc/test_rdoc_rdoc.rb
+++ b/test/rdoc/test_rdoc_rdoc.rb
@@ -464,7 +464,7 @@ class TestRDocRDoc < RDoc::TestCase
end
assert_equal file_list, @rdoc.remove_unparseable(file_list)
- assert_equal file_list, Dir.entries('.') - %w[. ..]
+ assert_equal file_list, Dir.children('.')
end
end