summaryrefslogtreecommitdiff
path: root/test/ruby/test_call.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_call.rb')
-rw-r--r--test/ruby/test_call.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_call.rb b/test/ruby/test_call.rb
index 5b81eb187a..135346d009 100644
--- a/test/ruby/test_call.rb
+++ b/test/ruby/test_call.rb
@@ -1,4 +1,5 @@
require 'test/unit'
+require_relative 'envutil'
class TestCall < Test::Unit::TestCase
def aaa(a, b=100, *rest)