Disabled to existence test for win32ole

This commit is contained in:
Hiroshi SHIBATA 2025-01-16 09:14:01 +09:00
parent 721891688b
commit 4e563d9c51
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
Notes: git 2025-01-16 04:07:37 +00:00

View File

@ -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