mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
parent
e47078fb30
commit
65bc0ec62d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
return if !defined?(Ractor) || !defined?(fork)
|
||||
return unless defined?(Ractor) && Process.respond_to?(:fork)
|
||||
|
||||
require_relative "test_helper"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue