forked from wolfSSL/wolfssl
Fix for unit test abort().
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
#ifdef WOLFSSL_FORCE_MALLOC_FAIL_TEST
|
#ifdef WOLFSSL_FORCE_MALLOC_FAIL_TEST
|
||||||
#define XABORT()
|
#define XABORT()
|
||||||
#else
|
#else
|
||||||
#define XABORT() abort
|
#define XABORT() abort()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Fail(description, result) do { \
|
#define Fail(description, result) do { \
|
||||||
|
Reference in New Issue
Block a user