summaryrefslogtreecommitdiff
path: root/test/fiddle/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/fiddle/helper.rb')
-rw-r--r--test/fiddle/helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fiddle/helper.rb b/test/fiddle/helper.rb
index 461f1878a8..d1bbe24b74 100644
--- a/test/fiddle/helper.rb
+++ b/test/fiddle/helper.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: false
-require 'minitest/autorun'
+require 'test/unit'
require 'fiddle'
# FIXME: this is stolen from DL and needs to be refactored.
@@ -108,7 +108,7 @@ Fiddle::LIBC_SO = libc_so
Fiddle::LIBM_SO = libm_so
module Fiddle
- class TestCase < MiniTest::Unit::TestCase
+ class TestCase < Test::Unit::TestCase
def setup
@libc = Fiddle.dlopen(LIBC_SO)
@libm = Fiddle.dlopen(LIBM_SO)