aboutsummaryrefslogtreecommitdiff
path: root/test/test-td-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-td-simple.c')
-rw-r--r--test/test-td-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-td-simple.c b/test/test-td-simple.c
index 4464091..6347359 100644
--- a/test/test-td-simple.c
+++ b/test/test-td-simple.c
@@ -17,6 +17,7 @@ typedef struct tc {
#define P(x) P_##x
#define TDIS_CTX_MODIFY(ctx) ((ctx)->modify)
#define TDIS_CTX_NEWVAL(ctx, n) ((ctx)->newval[n])
+#define TDIS_CTX_NEWOP(ctx) ((ctx)->newop)
#define TDIS_CTX_SET_NEWOP(ctx, new) ((ctx)->newop = (new))
NOINLINE UNUSED