aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/testutil.h')
-rw-r--r--tests/unit/testutil.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h
index 4bd5550..c2f2153 100644
--- a/tests/unit/testutil.h
+++ b/tests/unit/testutil.h
@@ -19,9 +19,7 @@ struct args_target {
bool open_path;
int fd;
int nr;
- enum arg_cmp cmp[6];
- enum arg_type type[6];
- void *args[6];
+ struct arg args[6];
int (*install_filter)(struct args_target *at);
int (*target)(void *);
};