1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-04 16:45:06 -05:00

The unit test argument is allowed to be used

This commit is contained in:
Dan Fandrich 2011-03-04 15:11:21 -08:00
parent fb199cd29d
commit bfc491a2d2

View File

@ -69,9 +69,9 @@
extern int unitfail;
#define UNITTEST_START \
int test(char *unused) \
int test(char *arg) \
{ \
(void)unused; \
(void)arg; \
if (unit_setup()) { \
fail("unit_setup() failure"); \
} else {