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:
Delyan Angelov 2025-06-22 12:28:43 +03:00
parent e6a1983325
commit 91a3844ad5
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,4 @@
// vtest vflags: -w
module main
import json