ruby-changes:50191
From: k0kubun <ko1@a...>
Date: Thu, 8 Feb 2018 21:43:13 +0900 (JST)
Subject: [ruby-changes:50191] k0kubun:r62309 (trunk): test_jit.rb: remove unnecessary require
k0kubun 2018-02-08 21:43:09 +0900 (Thu, 08 Feb 2018) New Revision: 62309 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62309 Log: 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. Modified files: trunk/test/ruby/test_jit.rb Index: test/ruby/test_jit.rb =================================================================== --- test/ruby/test_jit.rb (revision 62308) +++ test/ruby/test_jit.rb (revision 62309) @@ -1,6 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/test/ruby/test_jit.rb#L1 # frozen_string_literal: true require 'test/unit' -require 'shellwords' # Test for --jit option class TestJIT < Test::Unit::TestCase -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/