summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-16 09:14:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-16 12:35:21 +0900
commit4e563d9c5134acc38eb1ebc73aadcbefb05cd992 (patch)
tree5eba8284da62f0e83e63fe54245bd43aeea649aa
parent721891688b33bf03949a1828f476850348cc6341 (diff)
Disabled to existence test for win32ole
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12583
-rw-r--r--test/test_extlibs.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_extlibs.rb b/test/test_extlibs.rb
index 9b6676416c..0b4dec359d 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -69,6 +69,5 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "stringio"
check_existence "strscan"
check_existence "thread"
- check_existence "win32ole"
check_existence "zlib", "this may be false positive, but should assert because rubygems requires this"
end