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

cgen: fix c struct with reserved field name (fix #17993) (#17996)

This commit is contained in:
yuyi
2023-04-22 00:41:13 +08:00
committed by GitHub
parent 488e14bf99
commit 95d1beb008
3 changed files with 41 additions and 15 deletions

View File

@@ -185,6 +185,7 @@ const (
'vlib/v/slow_tests/profile/profile_test.v',
'vlib/gg/draw_fns_api_test.v',
'vlib/v/tests/skip_unused/gg_code.vv',
'vlib/v/tests/c_struct_with_reserved_field_name_test.v',
]
skip_on_ubuntu_musl = [
'do_not_remove',