aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/minitest/unit.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-07 11:46:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit3e32412e08d2ec77cb84d535b591445cdaa4656a (patch)
tree637e70b33d9b3f121dfc3f83f9bbc0c7ee356300 /tool/lib/minitest/unit.rb
parent871e7b5f55f079e04fdc3f6f42eaa139e3a3345a (diff)
downloadruby-3e32412e08d2ec77cb84d535b591445cdaa4656a.tar.gz
Fixed broken runner for `make test-all`
Diffstat (limited to 'tool/lib/minitest/unit.rb')
-rw-r--r--tool/lib/minitest/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/minitest/unit.rb b/tool/lib/minitest/unit.rb
index acf0065fa9..6a446d3c11 100644
--- a/tool/lib/minitest/unit.rb
+++ b/tool/lib/minitest/unit.rb
@@ -205,7 +205,7 @@ module MiniTest
end
def _run_anything type
- suites = TestCase.send "#{type}_suites"
+ suites = Test::Unit::TestCase.send "#{type}_suites"
return if suites.empty?
puts