summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-25 21:36:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-25 21:36:18 +0000
commit9099a55ad6e369c325beefc3e7f4fd03df6e5a47 (patch)
tree19af38e8983f7d7ab1e3bcd5e97a4c6b6db560b7
parent2dd66e0d84d034979b38c783a3ac7694e3cd32be (diff)
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
-rw-r--r--test/ruby/test_extlibs.rb4
1 files 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"