pmxcfs: tests: fix type in add_test signature
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
eb72096011
commit
61c1d1730a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue