aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-06 19:33:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-06 19:33:56 +0900
commitecfbf1df33a1e90008baa131369c80cfa6282692 (patch)
tree82de7c7f618231ba126e2f56650d9ecb161a05d3 /tool
parent544e37f184d38d52423d163b711cd626e53ff75b (diff)
downloadruby-ecfbf1df33a1e90008baa131369c80cfa6282692.tar.gz
Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/test/unit/assertions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/test/unit/assertions.rb b/tool/lib/test/unit/assertions.rb
index b99fb19adf..2126756722 100644
--- a/tool/lib/test/unit/assertions.rb
+++ b/tool/lib/test/unit/assertions.rb
@@ -306,6 +306,7 @@ EOT
# Compatibility hack for assert_raise
AssertionFailedError = MiniTest::Assertion
+ PendedError = MiniTest::Skip
end
end