mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] Removed loading old helper file and load Logger class by itself
https://github.com/ruby/logger/commit/5ee0fd6e51
This commit is contained in:
parent
4375546810
commit
e442ec4ea0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# coding: US-ASCII
|
||||
# frozen_string_literal: false
|
||||
require_relative 'helper'
|
||||
require 'logger'
|
||||
|
||||
class TestFormatter < Test::Unit::TestCase
|
||||
def test_call
|
||||
|
|
Loading…
Add table
Reference in a new issue