mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
all: change empty comment to newline (#22053)
This commit is contained in:
parent
38e23a76f3
commit
cb58db56ef
20 changed files with 31 additions and 33 deletions
|
@ -427,7 +427,7 @@ pub fn (mut ts TestSession) test() {
|
|||
ts.reporter.worker_threads_start(remaining_files, mut ts)
|
||||
// all the testing happens here:
|
||||
pool_of_test_runners.work_on_pointers(unsafe { remaining_files.pointers() })
|
||||
//
|
||||
|
||||
ts.benchmark.stop()
|
||||
ts.append_message(.sentinel, '', MessageThreadContext{ flow_id: '-1' }) // send the sentinel
|
||||
printing_thread.wait()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue