]> git.proxmox.com Git - pve-cluster.git/commitdiff
pmxcfs: tests: fix type in add_test signature
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 31 Jan 2021 02:08:17 +0000 (03:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 31 Jan 2021 02:08:17 +0000 (03:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/src/check_memdb.c

index 63f096e2bf6f12bdcafa7093173469482017c9cb..0eb75c7e478e28b668753a085a0c3067ce6ee8e2 100644 (file)
@@ -258,7 +258,7 @@ END_TEST
 static void
 add_test(
        Suite *s,
-       TFun tf,
+       const TTest *tf,
        const char *name)
 {
        TCase *tc = tcase_create (name);