Removed to load jit_support.rb

It's removed at 4445b9e2a2dda207a2b3698c042342dd794b1b35
This commit is contained in:
Hiroshi SHIBATA 2023-03-14 12:29:09 +09:00
parent d8344559b2
commit c58759f494
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -3,10 +3,6 @@
require 'test/unit'
require 'open3'
if RUBY_ENGINE == 'ruby'
require_relative 'lib/jit_support'
end
class TestOpen3 < Test::Unit::TestCase
RUBY = EnvUtil.rubybin