mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: add support for // vtest vflags: -w
in _test.v
files, to allow v -W test .
later, for files, that have known warnings
This commit is contained in:
parent
e6a1983325
commit
91a3844ad5
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
// vtest vflags: -w
|
||||
module main
|
||||
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue