X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Fhelpers.h;h=bc0a6042c2262ca15a7d761b497b8dae537c82b7;hb=HEAD;hp=49dec3bceb294bab7b60c3501d19b15c4ac7f69a;hpb=a78687686f5b490d99fae21f9fa8aaa9a34f1812;p=cgds.git diff --git a/test/helpers.h b/test/helpers.h index 49dec3b..bc0a604 100644 --- a/test/helpers.h +++ b/test/helpers.h @@ -3,13 +3,13 @@ // types (POD) to be used as items inside our data structures typedef struct { - int a; - double b; + int a; + double b; } StructTest1; typedef struct { - float a; - StructTest1* b; + float a; + StructTest1* b; } StructTest2; #endif