tests: fix iso-c90 conformance
This commit is contained in:
parent
61a127332a
commit
2cc2efcc9f
@ -25,9 +25,9 @@
|
||||
|
||||
#define UTEST_MAIN(name) \
|
||||
int main(int argc, char *argv[]) {\
|
||||
(void)argc; \
|
||||
const char *result = NULL; \
|
||||
\
|
||||
(void)argc; \
|
||||
printf("----\nRUNNING: %s\n", argv[0]);\
|
||||
result = name();\
|
||||
if (result != NULL) {\
|
||||
|
Loading…
Reference in New Issue
Block a user