aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-19 09:47:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-19 09:47:11 +0900
commit70fd022a2ae03d237ee9045db9834f253f3d843f (patch)
tree233538814827c265391f6bc54b01a3f6ac9612e4 /test
parenta9cdaaada4ade22f2f85fbc1f8bd41a8579528b0 (diff)
downloadruby-70fd022a2ae03d237ee9045db9834f253f3d843f.tar.gz
DEBUG
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index ed60452b36..20875f7175 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -2003,6 +2003,8 @@ class TestIO < Test::Unit::TestCase
end
end
false
+ rescue LoadError
+ raise File.read("ext/-test-/file/mkmf.log")
end
def test_seek