1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* should not test in the environment that does not have win32ole

library.

* CRLF -> LF.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2006-05-06 23:40:08 +00:00
parent 119b7a0534
commit 08b5a86487
10 changed files with 223 additions and 11 deletions

View file

@ -4,9 +4,8 @@
begin
require 'win32ole'
rescue
rescue LoadError
end
require 'test/unit'
if defined?(WIN32OLE)