File: ractor_test.rb

package info (click to toggle)
ruby-backports 3.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,912 kB
  • sloc: ruby: 11,757; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if RUBY_VERSION < '3'
  require 'backports/3.0.0/ractor.rb'
  require 'backports/2.3.0/string/uminus.rb'

  PATH = './test/test_ractor.rb'
  require './test/mri_runner_patched.rb'

  nil.freeze
  true.freeze
  false.freeze

  exec_test [PATH]
end