From 656c0453a26d3561f46ab9d90d65d5db179425c0 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 27 Jul 2018 11:16:23 -0700 Subject: [PATCH] Fix for unit test abort(). --- tests/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { \