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

DEBUG: cxxanyargs

This commit is contained in:
Nobuyoshi Nakada 2019-09-19 10:46:52 +09:00
parent 70fd022a2a
commit a98181eb11
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
3 changed files with 2 additions and 3 deletions

View file

@ -23,4 +23,6 @@ end
if ok
create_makefile("-test-/cxxanyargs")
else
File.write("Makefile", "all:\n\tcat mkmf.log\n")
end

View file

@ -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

View file

@ -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