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

v test-self: check unsafe_test.v, match_test.v, match_in_fn_call_test.v with -cstrict

This commit is contained in:
Delyan Angelov
2021-07-20 19:34:16 +03:00
parent 24c59881f5
commit d41a4ec662
4 changed files with 14 additions and 9 deletions

View File

@ -54,10 +54,7 @@ const (
'do_not_remove',
]
skip_with_werror = [
// -Wduplicated-branches
'vlib/v/tests/match_in_fn_call_test.v',
'vlib/v/tests/match_test.v',
'vlib/v/tests/unsafe_test.v',
'do_not_remove',
]
skip_with_asan_compiler = [
'do_not_remove',