summaryrefslogtreecommitdiff
path: root/tests/core/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/assert.c')
-rw-r--r--tests/core/assert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core/assert.c b/tests/core/assert.c
index 8fd709367..5260b268e 100644
--- a/tests/core/assert.c
+++ b/tests/core/assert.c
@@ -1,3 +1,5 @@
+#define GIT_ASSERT_HARD 0
+
#include "clar_libgit2.h"
static const char *hello_world = "hello, world";