X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=test%2Fhelpers.h;h=bc0a6042c2262ca15a7d761b497b8dae537c82b7;hp=3e8c32bb8381b8f700ac36b3d58f4483a3040fd0;hb=e45132acdb58c076d5e06849fa51c26de9a7486d;hpb=1ff641f9960fa6c6081817a5641afb22fad91dcd diff --git a/test/helpers.h b/test/helpers.h index 3e8c32b..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