mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead (#23918)
This commit is contained in:
parent
9f3f1291e8
commit
a80bc23314
109 changed files with 208 additions and 322 deletions
|
@ -1,6 +1,5 @@
|
|||
// Build with (-gc none, until GC bug is fixed)
|
||||
// v -gc none -use-coroutines coroutine_benchs.v
|
||||
//
|
||||
// vtest build: false // This should be build with: `v -use-coroutines coroutine_benchs.v`
|
||||
// Note: the Photon wrapper is not yet trivial enough to build/install on the CI.
|
||||
import coroutines
|
||||
import time
|
||||
import net.http
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// Build with
|
||||
// v -use-coroutines simple_coroutines.v
|
||||
//
|
||||
// vtest build: false // This should be build with: v -use-coroutines simple_coroutines.v
|
||||
// Note: the Photon wrapper is not yet trivial enough to build/install on the CI.
|
||||
import coroutines
|
||||
import time
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue