mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
2dd66e0d84
commit
9099a55ad6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue