Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :development do
gem "rake"
gem "rake-compiler"
gem "test-unit"
gem "test-unit-ruby-core"
gem "test-unit-ruby-core", ">= 1.0.7"
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/

if ENV['BENCHMARK']
Expand Down
10 changes: 0 additions & 10 deletions test/json/ractor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
end

class JSONInRactorTest < Test::Unit::TestCase
unless Ractor.method_defined?(:value)
module RactorBackport
refine Ractor do
alias_method :value, :take
end
end

using RactorBackport
end

def test_generate
pid = fork do
r = Ractor.new do
Expand Down
Loading