summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.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_rubyoptions.rb
parentd905ff61e69ce4f9bc134285f3ac1859e1eb74a6 (diff)
Restore support library for only test files.
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 0d22ba21ef..c92d0e8212 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 '../../tool/lib/jit_support'
+require_relative '../lib/jit_support'
class TestRubyOptions < Test::Unit::TestCase
NO_JIT_DESCRIPTION =