1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove a leftover require

I thought about using it in 2931957d6f
once and then ended up not using it.
This commit is contained in:
Takashi Kokubun 2022-06-09 16:17:25 -07:00
parent e69e47f8d6
commit cedc36ec57
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1,5 +1,4 @@
# frozen_string_literal: true
require 'shellwords'
require 'test/unit'
require 'tmpdir'
require_relative '../lib/jit_support'