diff options
| author | jvoisin | 2026-05-04 17:02:12 +0200 |
|---|---|---|
| committer | jvoisin | 2026-05-10 01:10:32 +0200 |
| commit | e7c86620bb0c0f8b868d3e4c8dcdebeeffb99631 (patch) | |
| tree | dee45e3d0ba90fe49e17df891b4752524ea868ac /tests/test_select_dynamic.c | |
| parent | e8e2d1214a49f3c268fb5f3a92e8144b23e35243 (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | tests/test_select_dynamic.c | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
| 1 | #include "common.h" | ||
| 2 | |||
| 3 | #include <sys/select.h> | ||
| 4 | |||
| 5 | int main(int argc, char** argv) { | ||
| 6 | #if !defined(__clang__) | ||
| 7 | fd_set rfds; | ||
| 8 | |||
| 9 | CHK_FAIL_START | ||
| 10 | select(FD_SETSIZE + argc, &rfds, NULL, NULL, NULL); | ||
| 11 | CHK_FAIL_END | ||
| 12 | |||
| 13 | puts((const char*)&rfds); | ||
| 14 | #endif | ||
| 15 | return ret; | ||
| 16 | } | ||
