This commit is contained in:
Hiroshi SHIBATA 2021-09-08 11:00:01 +09:00
Родитель 8ec187c091
Коммит 374cc7231e
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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