aboutsummaryrefslogtreecommitdiff
path: root/tests/compat_testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compat_testutil.h')
-rw-r--r--tests/compat_testutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compat_testutil.h b/tests/compat_testutil.h
index 745f5621..ce5968a2 100644
--- a/tests/compat_testutil.h
+++ b/tests/compat_testutil.h
@@ -40,6 +40,7 @@
#define nn_err_abort abort
#define nn_assert assert
#define errno_assert assert
+#define wsa_assert assert
#define alloc_assert(x) assert(x != NULL)
#if defined __GNUC__ || defined __llvm__ || defined __clang__