diff options
Diffstat (limited to 'tests/os-wrappers-test.c')
-rw-r--r-- | tests/os-wrappers-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/os-wrappers-test.c b/tests/os-wrappers-test.c index 967eb83..9c4e7b2 100644 --- a/tests/os-wrappers-test.c +++ b/tests/os-wrappers-test.c @@ -382,3 +382,5 @@ TEST(os_wrappers_epoll_create_cloexec_fallback) init_fallbacks(1); do_os_wrappers_epoll_create_cloexec(2); } + +/* FIXME: add tests for wl_os_accept_cloexec() */ |