pmxcfs: tests: fix type in add_test signature

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-31 03:08:17 +01:00
parent eb72096011
commit 61c1d1730a

View 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);