1
0
Fork 0
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:
Hiroshi SHIBATA 2021-09-08 20:23:59 +09:00
parent 8ee38bdd7d
commit 0598e87abf
Notes: git 2021-09-11 08:48:37 +09:00

View file

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