mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
DEBUG: cxxanyargs
This commit is contained in:
parent
70fd022a2a
commit
a98181eb11
3 changed files with 2 additions and 3 deletions
|
@ -23,4 +23,6 @@ end
|
|||
|
||||
if ok
|
||||
create_makefile("-test-/cxxanyargs")
|
||||
else
|
||||
File.write("Makefile", "all:\n\tcat mkmf.log\n")
|
||||
end
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
require_relative "../auto_ext.rb"
|
||||
have_func("rb_pin_dynamic_symbol")
|
||||
auto_ext
|
||||
raise File.read("mkmf.log") unless $makefile_created
|
||||
|
|
|
@ -2003,8 +2003,6 @@ class TestIO < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
false
|
||||
rescue LoadError
|
||||
raise File.read("ext/-test-/file/mkmf.log")
|
||||
end
|
||||
|
||||
def test_seek
|
||||
|
|
Loading…
Reference in a new issue