summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-09 21:04:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-09 21:04:07 +0900
commitf9a2440866a2df05fcbacf31c4f4e5e18b996e15 (patch)
treeb1dae201ef70c678742ba99798bbe857629b8f62 /test/ruby/test_jit.rb
parentd905ff61e69ce4f9bc134285f3ac1859e1eb74a6 (diff)
Restore support library for only test files.
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 08494cbbbb..0cfc980aac 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 '../../tool/lib/jit_support'
+require_relative '../lib/jit_support'
return if RbConfig::CONFIG["MJIT_SUPPORT"] == 'no'