summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 09:48:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 09:56:17 +0900
commit7f3bc3529b3edb5512a32cda0ae8fe108af0beed (patch)
tree8374b59b638845f33a32a4a7c2b0e9aa2153406f /test/ruby/test_rubyoptions.rb
parentc6a131da64a949c3148565f0bfd7777f5a4a309c (diff)
Adjust jit_support file path.
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 4fdf98fd8c..2f78461f2f 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -4,7 +4,7 @@ require 'test/unit'
require 'timeout'
require 'tmpdir'
require 'tempfile'
-require_relative '../lib/jit_support'
+require_relative '../../tool/lib/jit_support'
class TestRubyOptions < Test::Unit::TestCase
NO_JIT_DESCRIPTION =