mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: do full struct initialisation for V structs, fixes invalid data from map[string]Struct{}['unknown']
(#9878)
This commit is contained in:
@ -140,10 +140,6 @@ pub fn new_test_session(_vargs string) TestSession {
|
||||
skip_files << 'examples/sokol/05_instancing_glsl/rt_glsl.v'
|
||||
// Skip obj_viewer code in the CI
|
||||
skip_files << 'examples/sokol/06_obj_viewer/show_obj.v'
|
||||
skip_files << 'examples/sokol/06_obj_viewer/obj/obj.v'
|
||||
skip_files << 'examples/sokol/06_obj_viewer/obj/rend.v'
|
||||
skip_files << 'examples/sokol/06_obj_viewer/obj/struct.v'
|
||||
skip_files << 'examples/sokol/06_obj_viewer/obj/util.v'
|
||||
}
|
||||
if testing.github_job != 'ubuntu-tcc' {
|
||||
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
|
||||
|
Reference in New Issue
Block a user