summaryrefslogtreecommitdiff
path: root/test/logger/test_logperiod.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/logger/test_logperiod.rb')
-rw-r--r--test/logger/test_logperiod.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/logger/test_logperiod.rb b/test/logger/test_logperiod.rb
index 3c5cbbcd9b..6e6e5e9533 100644
--- a/test/logger/test_logperiod.rb
+++ b/test/logger/test_logperiod.rb
@@ -1,6 +1,6 @@
# coding: US-ASCII
# frozen_string_literal: false
-require_relative 'helper'
+require 'logger'
require 'time'
class TestLogPeriod < Test::Unit::TestCase