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

examples: fix -cstrict compilation of c_interop_wkhtmltopdf.v

This commit is contained in:
Delyan Angelov
2021-06-05 10:03:05 +03:00
parent 9553c5a4e6
commit e54af19b25
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,6 @@ const (
'vlib/v/tests/interop_test.v', /* bad comment formatting */
'vlib/v/tests/string_interpolation_test.v' /* TODO byteptr: &byte.str() behaves differently than byteptr.str() */,
'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */
'examples/c_interop_wkhtmltopdf.v' /* &charptr --> &&char */,
]
vfmt_verify_list = [
'cmd/',