aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 12:43:09 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 12:43:09 +0000
commit0468f13606e6f78d9513926abd97d76512b9d7a7 (patch)
tree71dbac156c861fa1ced8ab9f29e1e90b04b3824c /test
parent9bb4e31d3c67f02fd20f1515a529ec14c147d059 (diff)
downloadruby-0468f13606e6f78d9513926abd97d76512b9d7a7.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_jit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index 026cc086e7..e981562c73 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'test/unit'
-require 'shellwords'
# Test for --jit option
class TestJIT < Test::Unit::TestCase