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

* ext/json/*, test/json/*: Reverted r50231. Because it's not works with

cross-compile environment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-04-12 08:36:37 +00:00
parent 7b14512bee
commit 2e4f0af00f
83 changed files with 7679 additions and 29 deletions

View file

@ -59,6 +59,7 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "io/console"
check_existence "io/nonblock"
check_existence "io/wait"
check_existence "json"
check_existence "mathn/complex"
check_existence "mathn/rational"
check_existence "nkf"