aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-21 20:30:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-22 08:44:52 +0900
commit0ca5182ae506e2518fc68f3512d173f547ebfbf1 (patch)
tree1f423281cbfe55be1f6199571b7a8166e6d6619b /tool
parentf717faac632dd8664d0967f8e639b84d5d032854 (diff)
downloadruby-0ca5182ae506e2518fc68f3512d173f547ebfbf1.tar.gz
RBS no longer has test/stdlib/Prime_test.rb
Diffstat (limited to 'tool')
-rw-r--r--tool/test-bundled-gems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index 9721d2d908..268c8c7369 100644
--- a/tool/test-bundled-gems.rb
+++ b/tool/test-bundled-gems.rb
@@ -36,7 +36,6 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
when "rbs"
# TODO: We should skip test file instead of test class/methods
skip_test_files = %w[
- test/stdlib/Prime_test.rb
]
skip_test_files.each do |file|