ci: fix the recorded output for compare_structs.c.must_have after eea46c4
parent
b232a3b0d1
commit
5a695c81dc
|
@ -1,4 +1,4 @@
|
||||||
struct Something aaa = (struct Something){.fint = 0,.ff32 = 0,.fchar = 0,};
|
struct Something aaa = ((struct Something){.fint = 0,.ff32 = 0,.fchar = 0,});
|
||||||
struct Something bbb = (struct Something){.fint = 0,.ff32 = 0,.fchar = 0,};
|
struct Something bbb = ((struct Something){.fint = 0,.ff32 = 0,.fchar = 0,});
|
||||||
if (Something_struct_eq(aaa, bbb)) {
|
if (Something_struct_eq(aaa, bbb)) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue