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:
parent
7b14512bee
commit
2e4f0af00f
83 changed files with 7679 additions and 29 deletions
|
|
@ -6,11 +6,6 @@ rescue NoMethodError, Gem::LoadError
|
|||
# for ruby tests
|
||||
end
|
||||
|
||||
begin
|
||||
require 'json'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
require 'minitest/autorun'
|
||||
require 'minitest/benchmark' if ENV['BENCHMARK']
|
||||
|
||||
|
|
@ -219,3 +214,4 @@ $LOAD_PATH.each do |load_path|
|
|||
break if load_path[0] == ?/
|
||||
load_path.replace File.expand_path load_path
|
||||
end if RUBY_VERSION < '1.9'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue