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