test_jit.rb: remove unnecessary require

At first I was going to check the name of `RbConfig::CONFIG['CC']` and
use shellwords for it, but I decided not to do so.

Thus removing obsoleted require in r62307.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-02-08 12:43:09 +00:00
parent 9bb4e31d3c
commit 0468f13606

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'test/unit'
require 'shellwords'
# Test for --jit option
class TestJIT < Test::Unit::TestCase