Skip to content

Commit b390e22

Browse files
committed
remove vestigial expression
1 parent 61568d6 commit b390e22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ReTest.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,6 @@ function retest(args::Union{Module,AbstractString,Regex}...;
376376

377377
many = length(tests) > 1 || isfor(tests[1]) # FIXME: isfor when only one iteration
378378

379-
if !overall
380-
format = Format(stats, descwidth)
381-
end
382-
383379
printlock = ReentrantLock()
384380
previewchan =
385381
if stdout isa Base.TTY && (nthreads() > 1 || nprocs() > 1)

0 commit comments

Comments
 (0)