summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-08 11:00:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit374cc7231e4dd0ded505aad45d74d7533ba58f22 (patch)
treeb3f09dd2bb740cba2a8fceab4f36b736f821b572 /tool/lib
parent8ec187c091537aa5d25f19eee522aaec12bc7c26 (diff)
Removed VERSION constant
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index 6b9f385a3a..8d303f4336 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -17,7 +17,6 @@ module Test
# Test::Unit has been left in the standard library to support legacy test
# suites.
module Unit
- VERSION = "4.7.5" # :nodoc:
TEST_UNIT_IMPLEMENTATION = 'test/unit compatibility layer using minitest' # :nodoc:
module RunCount # :nodoc: all
@@ -83,7 +82,6 @@ module Test
private
def setup_options(opts, options)
opts.separator 'minitest options:'
- opts.version = Test::Unit::Runner::VERSION
opts.on '-h', '--help', 'Display this help.' do
puts opts
@@ -1476,7 +1474,6 @@ module Test
OptionParser.new do |opts|
opts.banner = 'minitest options:'
- opts.version = Test::Unit::Runner::VERSION
opts.on '-h', '--help', 'Display this help.' do
puts opts