From 8b6129312db7b2405f883c4080b835c69a855627 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 11 Jul 2023 00:14:13 +0200 Subject: Add more dynamic tests --- tests/test_poll.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/test_poll.c (limited to 'tests/test_poll.c') diff --git a/tests/test_poll.c b/tests/test_poll.c deleted file mode 100644 index b3dfd50..0000000 --- a/tests/test_poll.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "common.h" - -#include - -int main(int argc, char** argv) { - struct pollfd buffer[12] = {0}; - - CHK_FAIL_START - poll(buffer, 14, 0); - CHK_FAIL_END - - puts((const char*)buffer); - return ret; -} -- cgit v1.3