diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/types.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/types.c b/tests/types.c index 9f08ac8..30498fe 100644 --- a/tests/types.c +++ b/tests/types.c @@ -1,6 +1,8 @@ /* -*- eval: (outline-minor-mode); outline-regexp: "START_TEST("; -*- */ -static check_empty_recipe(recipe * r) { +static int +check_empty_recipe(recipe * r) +{ ck_assert_int_eq(r->n, 1); ck_assert_int_eq(r->in, 0); ck_assert_int_eq(r->sn, 0); |