mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: skip const_fixed_array_containing_references_to_itself_test.v on windows-msvc
This commit is contained in:
parent
d4e89de8fb
commit
14923123ad
@ -197,6 +197,7 @@ const (
|
|||||||
skip_on_windows_msvc = [
|
skip_on_windows_msvc = [
|
||||||
'do_not_remove',
|
'do_not_remove',
|
||||||
'vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v', // error C2099: initializer is not a constant
|
'vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v', // error C2099: initializer is not a constant
|
||||||
|
'vlib/v/tests/const_and_global_with_same_name_test.v', // error C2099: initializer is not a constant
|
||||||
]
|
]
|
||||||
skip_on_windows = [
|
skip_on_windows = [
|
||||||
'vlib/context/cancel_test.v',
|
'vlib/context/cancel_test.v',
|
||||||
|
Loading…
Reference in New Issue
Block a user