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
|
@ -1,3 +1,8 @@
|
|||
Tue Aug 12 10:18:01 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'
|
||||
unless WIN32OLE is defined.
|
||||
|
||||
Tue Aug 12 07:41:13 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* transcode_data.h (rb_transcoder): add resetstate_func field for
|
||||
|
|
|
@ -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…
Reference in a new issue