diff --git a/tests/unit.h b/tests/unit.h index 668eb3321..7693ea26f 100644 --- a/tests/unit.h +++ b/tests/unit.h @@ -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 { \