Skip to content

Commit

Permalink
Fix warning for test function not correctly returning.
Browse files Browse the repository at this point in the history
  • Loading branch information
impl committed Apr 6, 2013
1 parent d1974cf commit 8b18a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/test_messager.c
Expand Up @@ -19,6 +19,8 @@ static int t_sendmarkq_remove_range (struct curvecpr_messager *messager, unsigne
{
fail_unless(start == 0);
fail_unless(end == 1234);

return 0;
}

START_TEST (test_recv_requests_removal_from_sendmarkq)
Expand Down

0 comments on commit 8b18a89

Please sign in to comment.