mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/test/unit.rb: sorry, removed debug code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
645246d1d1
commit
0ca8c28e4d
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ module Test
|
|||
when '-v'
|
||||
minitest_argv << arg
|
||||
when /\A(-n)(.+)?/, /\A(--name)=?\b(.+)?/
|
||||
p [$1, $2]
|
||||
minitest_argv << $1
|
||||
minitest_argv << ($2 || original_argv.shift)
|
||||
when /\A-x(.+)?/
|
||||
|
|
Loading…
Reference in a new issue