We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1974cf commit 8b18a89Copy full SHA for 8b18a89
1 file changed
t/test_messager.c
@@ -19,6 +19,8 @@ static int t_sendmarkq_remove_range (struct curvecpr_messager *messager, unsigne
19
{
20
fail_unless(start == 0);
21
fail_unless(end == 1234);
22
+
23
+ return 0;
24
}
25
26
START_TEST (test_recv_requests_removal_from_sendmarkq)
0 commit comments