Skip to content

Commit 4630bbb

Browse files
ronnychevalierkeszybz
authored andcommitted
tests: add missing return
1 parent f277be6 commit 4630bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/test-fdset.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,6 @@ int main(int argc, char *argv[]) {
111111
test_fdset_put_dup();
112112
test_fdset_cloexec();
113113
test_fdset_close_others();
114+
115+
return 0;
114116
}

0 commit comments

Comments
 (0)