summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-09 12:26:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commita3b0518672c323ede41669d93c7cb0a496459191 (patch)
treec0bd1f0b3f89958826d1e68bdeee5b08ec39db28 /tool/lib/test/unit.rb
parentdbbfdc488cdbaac89157e7a4679ab4bd45c333fa (diff)
Removed obsoleted constant
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'tool/lib/test/unit.rb')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index 78e706404e..ec87f62a16 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -67,8 +67,6 @@ module Test
AssertionFailedError = Test::Assertion
PendedError = Test::Skip
- TEST_UNIT_IMPLEMENTATION = 'test/unit compatibility layer using minitest' # :nodoc:
-
module RunCount # :nodoc: all
@@run_count = 0