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:
parent
fb199cd29d
commit
bfc491a2d2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user