diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-14 22:55:01 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-14 22:55:01 -0500 |
| commit | e293172cf29d45f6c85e982b5ba9df57cb208bbc (patch) | |
| tree | 92a95c60b5b458b5bfecb8fc930fd6ae78940de8 /tests/include | |
| parent | 3e9dc2fb0fd6257fd86897c1b13f10ed2a5279b4 (diff) | |
| download | nimterop-e293172cf29d45f6c85e982b5ba9df57cb208bbc.tar.gz nimterop-e293172cf29d45f6c85e982b5ba9df57cb208bbc.zip | |
Fix execAction, enum expressions, union cleanup, no forceClean
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index cb4dd59..df48cd0 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -87,7 +87,7 @@ typedef struct { int field2[TEST_INT]; enum ENUM field3[TEST_INT]; int *field4[TEST_INT]; - ENUM4 *field5[TEST_INT+TEST_INT]; + ENUM4 *field5[TEST_INT + TEST_INT]; int field6 : 1; } STRUCT4; |
