From 9099a55ad6e369c325beefc3e7f4fd03df6e5a47 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 25 Dec 2014 21:36:18 +0000 Subject: don't require mathn, it breaks the world git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_extlibs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ruby/test_extlibs.rb b/test/ruby/test_extlibs.rb index bb746fe460..000211e344 100644 --- a/test/ruby/test_extlibs.rb +++ b/test/ruby/test_extlibs.rb @@ -32,8 +32,8 @@ class TestExtLibs < Test::Unit::TestCase check_existance "io/nonblock" check_existance "io/wait" check_existance "json" - check_existance "mathn/complex" - check_existance "mathn/rational" + #check_existance "mathn/complex" # break the world + #check_existance "mathn/rational" # break the world check_existance "nkf" check_existance "objspace" check_existance "openssl", "this may be false positive, but should assert because rubygems requires this" -- cgit v1.2.3