mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'
unless WIN32OLE is defined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
61f512a357
commit
c2e85dfa8f
2 changed files with 7 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ begin
|
|||
rescue LoadError
|
||||
end
|
||||
require 'rbconfig'
|
||||
require 'mkmf'
|
||||
require 'test/unit'
|
||||
if defined?(WIN32OLE)
|
||||
require 'mkmf'
|
||||
require 'test/unit'
|
||||
class TestErrInCallBack < Test::Unit::TestCase
|
||||
def setup
|
||||
@ruby = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue