mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use prepend for override to status line
This commit is contained in:
parent
8ee38bdd7d
commit
0598e87abf
Notes:
git
2021-09-11 08:48:37 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -1446,7 +1446,7 @@ module Test
|
||||||
end
|
end
|
||||||
|
|
||||||
include Test::Unit::Options
|
include Test::Unit::Options
|
||||||
include Test::Unit::StatusLine
|
prepend Test::Unit::StatusLine
|
||||||
include Test::Unit::Parallel
|
include Test::Unit::Parallel
|
||||||
include Test::Unit::Statistics
|
include Test::Unit::Statistics
|
||||||
include Test::Unit::Skipping
|
include Test::Unit::Skipping
|
||||||
|
|
Loading…
Reference in a new issue