about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-13 08:54:59 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-13 08:54:59 +0200
commit995e556065375c34206f6f05c8572e0758c288ef (patch)
tree1e1748465fdf498a93b8e7b12a2d5e8e245fba7c /test
parenta93268acec3e244413ec2a38bb0ff80cdf554369 (diff)
downloadafl++-995e556065375c34206f6f05c8572e0758c288ef.tar.gz
cmplog forkserver tidying
Diffstat (limited to 'test')
-rw-r--r--test/unittests/unit_maybe_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests/unit_maybe_alloc.c b/test/unittests/unit_maybe_alloc.c
index a856fa08..d9c037a0 100644
--- a/test/unittests/unit_maybe_alloc.c
+++ b/test/unittests/unit_maybe_alloc.c
@@ -71,7 +71,7 @@ static void test_nonpow2_size(void **state) {
 
 }
 
-static void test_zero_size() {
+static void test_zero_size(void **state) {
 
     char *buf = NULL;
     size_t size = 0;