mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
gg: minor fixes
This commit is contained in:
parent
cf9498ef6b
commit
fb7ca56d87
6 changed files with 14 additions and 8 deletions
|
@ -88,9 +88,7 @@ pub fn (mut ts TestSession) test() {
|
|||
}
|
||||
ts.files = remaining_files
|
||||
ts.benchmark.set_total_expected_steps(remaining_files.len)
|
||||
// QTODO
|
||||
//mut pool_of_test_runners := sync.new_pool_processor({
|
||||
mut pool_of_test_runners := sync.new_pool_processor(sync.PoolProcessorConfig{
|
||||
mut pool_of_test_runners := sync.new_pool_processor({
|
||||
callback: worker_trunner
|
||||
})
|
||||
// for handling messages across threads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue