summaryrefslogtreecommitdiff
path: root/test/test_extlibs.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 13:56:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-11 09:27:36 +0900
commitff67aac193eed4e5ea0a6801d0903ddc35f21be0 (patch)
tree1f2680b35dd004c5dcab46f4e18e422b89f125cf /test/test_extlibs.rb
parent6ddde162345dca54ae6621a6a2c1616f112c8ccd (diff)
Removed win32api
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3712
Diffstat (limited to 'test/test_extlibs.rb')
-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 1d11dbe2e0..958c9ff73e 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -76,7 +76,6 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "strscan"
check_existence "syslog"
check_existence "thread"
- check_existence "Win32API"
check_existence "win32ole"
check_existence "zlib", "this may be false positive, but should assert because rubygems requires this"
end