mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed redundant private declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b544db9738
commit
4b747c2890
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ module Test
|
|||
end
|
||||
end
|
||||
|
||||
private
|
||||
def _run_suites(suites, type)
|
||||
result = super
|
||||
report.reject!{|r| r.start_with? "Skipped:" } if @options[:hide_skip]
|
||||
|
|
Loading…
Reference in a new issue