summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.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_jit.rb
parentc6a131da64a949c3148565f0bfd7777f5a4a309c (diff)
Adjust jit_support file path.
Diffstat (limited to 'test/ruby/test_jit.rb')
-rw-r--r--test/ruby/test_jit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index 50bfcefac7..66360731eb 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'test/unit'
require 'tmpdir'
-require_relative '../lib/jit_support'
+require_relative '../../tool/lib/jit_support'
return if RbConfig::CONFIG["MJIT_SUPPORT"] == 'no'