From 2af97e03b97c92ebe16b1e36fbcab728e76bf7d5 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 2 May 2018 13:11:53 +0000 Subject: test_jit.rb: add missing dependency The test works with make test-all, but I sometimes want to do a thing like: `.ruby-svn/ruby -Itest/lib test/ruby/test_jit.rb -n test_clean_so` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 040328533f..d4bd819c43 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true require 'test/unit' +require 'tmpdir' require_relative '../lib/jit_support' # Test for --jit option -- cgit v1.2.3