aboutsummaryrefslogtreecommitdiffstats
path: root/test/dtrace/test_singleton_function.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtrace/test_singleton_function.rb')
-rw-r--r--test/dtrace/test_singleton_function.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtrace/test_singleton_function.rb b/test/dtrace/test_singleton_function.rb
index 4b5d3d7f18..9e118f65b7 100644
--- a/test/dtrace/test_singleton_function.rb
+++ b/test/dtrace/test_singleton_function.rb
@@ -1,4 +1,4 @@
-require 'dtrace/helper'
+require_relative 'helper'
module DTrace
class TestSingletonFunctionEntry < TestCase