Fix for unit test abort().

This commit is contained in:
David Garske
2018-07-27 11:16:23 -07:00
parent 6a91fbcfdd
commit 656c0453a2

View File

@ -29,7 +29,7 @@
#ifdef WOLFSSL_FORCE_MALLOC_FAIL_TEST
#define XABORT()
#else
#define XABORT() abort
#define XABORT() abort()
#endif
#define Fail(description, result) do { \