Skip to content

Commit 8b18a89

Browse files
committed
Fix warning for test function not correctly returning.
1 parent d1974cf commit 8b18a89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

t/test_messager.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ static int t_sendmarkq_remove_range (struct curvecpr_messager *messager, unsigne
1919
{
2020
fail_unless(start == 0);
2121
fail_unless(end == 1234);
22+
23+
return 0;
2224
}
2325

2426
START_TEST (test_recv_requests_removal_from_sendmarkq)

0 commit comments

Comments
 (0)