ci: fix generics test

pull/12838/head^2
Delyan Angelov 2021-12-14 17:04:37 +02:00
parent 73e097c1cb
commit 70564ae8b2
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -6821,7 +6821,7 @@ fn (mut g Gen) type_default(typ_ ast.Type) string {
if field_sym.info is ast.Struct {
if field_sym.info.fields.len == 0
&& field_sym.info.embeds.len == 0 {
zero_str = '{EMPTY_STRUCT_INITIALIZATION}'
zero_str = '{}'
}
}
}