diff options
author | Takashi Kokubun <[email protected]> | 2022-06-09 16:17:25 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-06-09 16:17:26 -0700 |
commit | cedc36ec577530b23497a9ace74fc3a8e0c66bdf (patch) | |
tree | 33ad7e2ad9fbd9effa69a0ff2b47a77a9fc52eeb | |
parent | e69e47f8d62456f85f70d52f736a23eab504f8b4 (diff) |
Remove a leftover require
I thought about using it in 2931957d6ff16b5c095f6e8095384c98130133ad
once and then ended up not using it.
-rw-r--r-- | test/ruby/test_mjit.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_mjit.rb b/test/ruby/test_mjit.rb index 9037dc3d80..09503456e1 100644 --- a/test/ruby/test_mjit.rb +++ b/test/ruby/test_mjit.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -require 'shellwords' require 'test/unit' require 'tmpdir' require_relative '../lib/jit_support' |