aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 13:49:35 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-18 08:38:58 +0900
commite442ec4ea0bf28409afbf236efc05a919ce66b2c (patch)
treeeb6a9975c902b794559052476bbc7e36ef6b2555
parent43755468102e3d62830d076d1fae0d6beba2b25b (diff)
downloadruby-e442ec4ea0bf28409afbf236efc05a919ce66b2c.tar.gz
[ruby/logger] Removed loading old helper file and load Logger class by itself
https://github.com/ruby/logger/commit/5ee0fd6e51
-rw-r--r--test/logger/test_formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/logger/test_formatter.rb b/test/logger/test_formatter.rb
index 03a66ca796..9465722991 100644
--- a/test/logger/test_formatter.rb
+++ b/test/logger/test_formatter.rb
@@ -1,6 +1,6 @@
# coding: US-ASCII
# frozen_string_literal: false
-require_relative 'helper'
+require 'logger'
class TestFormatter < Test::Unit::TestCase
def test_call