aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcomex2015-01-12 00:29:50 -0500
committercomex2015-01-12 00:29:50 -0500
commitcf582afba779e325663a2b24e34f7ec4135adfd9 (patch)
tree8c4d17c2246905e80a7673192a9d11ec862ca702 /test
parentimprove test (diff)
downloadsubstitute-cf582afba779e325663a2b24e34f7ec4135adfd9.tar.gz
minor improvements
Diffstat (limited to 'test')
-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 00bf179..c69483e 100644
--- a/test/test-td-simple.c
+++ b/test/test-td-simple.c
@@ -1,6 +1,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
+#define IF_BOTHER_WITH_MODIFY(...) __VA_ARGS__
#include "dis.h"
typedef struct { bool modify; } tdis_ret;