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:
@ -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',
|
||||
|
Reference in New Issue
Block a user