Skip to content

Commit f4b6f2f

Browse files
committed
Remove stale TODO.
1 parent 13c70d2 commit f4b6f2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ParallelTestRunner.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ function runtests(ARGS; testfilter = Returns(true), RecordType = TestRecord,
592592
printer_task = @async begin
593593
last_status_update = Ref(time())
594594
try
595-
# XXX: it's possible this task doesn't run, not processing results,
596-
# while the execution runners have exited...
597595
while isopen(printer_channel)
598596
got_message = false
599597
while isready(printer_channel)

0 commit comments

Comments
 (0)