From e7c86620bb0c0f8b868d3e4c8dcdebeeffb99631 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 4 May 2026 17:02:12 +0200 Subject: Add a handful of tests --- tests/test_select_dynamic.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/test_select_dynamic.c (limited to 'tests/test_select_dynamic.c') diff --git a/tests/test_select_dynamic.c b/tests/test_select_dynamic.c deleted file mode 100644 index e67baf3..0000000 --- a/tests/test_select_dynamic.c +++ /dev/null @@ -1,16 +0,0 @@ -#include "common.h" - -#include - -int main(int argc, char** argv) { -#if !defined(__clang__) - fd_set rfds; - - CHK_FAIL_START - select(FD_SETSIZE + argc, &rfds, NULL, NULL, NULL); - CHK_FAIL_END - - puts((const char*)&rfds); -#endif - return ret; -} -- cgit v1.3