1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: check array and fields mutability

This commit is contained in:
Enzo Baldisserri
2020-04-27 22:53:26 +02:00
committed by GitHub
parent ce1215f507
commit 682838a0cf
52 changed files with 340 additions and 86 deletions

View File

@ -24,8 +24,8 @@ const (
'vlib/v/tests/live_test.v', // Linux & Solaris only; since live does not actually work for now with v2, just skip
'vlib/v/tests/asm_test.v', // skip everywhere for now, works on linux with cc != tcc
]
skip_on_linux = []string
skip_on_non_linux = []string
skip_on_linux = []string{}
skip_on_non_linux = []string{}
)
fn main() {