aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/testutil.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-05-11 11:26:11 +0200
committerAlice Frosi <afrosi@redhat.com>2023-05-11 17:48:29 +0200
commit46a3a54c0a0e1ce9d8f5705184e46386565d2319 (patch)
tree37b92e09745d9e02d98406d2f9bdc92c1fa818fc /tests/unit/testutil.h
parent1b40d186058e1c8c16a9fe0ada522e2a6dee37a0 (diff)
downloadseitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar.gz
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar.bz2
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar.lz
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar.xz
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.tar.zst
seitan-46a3a54c0a0e1ce9d8f5705184e46386565d2319.zip
Adjust op_call with gluten_offset
Diffstat (limited to 'tests/unit/testutil.h')
-rw-r--r--tests/unit/testutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h
index 861efb0..638dd0a 100644
--- a/tests/unit/testutil.h
+++ b/tests/unit/testutil.h
@@ -16,7 +16,7 @@
#include "common/gluten.h"
#define STACK_SIZE (1024 * 1024 / 8)
-
+#define _EMPTY_ { .cont = { false } }
static inline void *test_gluten_write_ptr(struct gluten *g,
const struct gluten_offset x)
{