ruby-changes:67906
From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 08:48:50 +0900 (JST)
Subject: [ruby-changes:67906] a3b0518672 (master): Removed obsoleted constant
https://git.ruby-lang.org/ruby.git/commit/?id=a3b0518672 From a3b0518672c323ede41669d93c7cb0a496459191 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 9 Sep 2021 12:26:23 +0900 Subject: Removed obsoleted constant --- tool/lib/test/unit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index 78e7064..ec87f62 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -67,8 +67,6 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/test/unit.rb#L67 AssertionFailedError = Test::Assertion PendedError = Test::Skip - TEST_UNIT_IMPLEMENTATION = 'test/unit compatibility layer using minitest' # :nodoc: - module RunCount # :nodoc: all @@run_count = 0 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/