| 19 | |
| 20 | #if defined(HAS_KQUEUE) |
| 21 | static void test_fail(const char *msg) |
| 22 | { |
| 23 | printf("FAIL: %s\n", msg); |
| 24 | g_failed = 1; |
| 25 | } |
| 26 | |
| 27 | static int expect_filters(struct kevent *events, int n, |
| 28 | short filter1, short filter2) |
no outgoing calls
no test coverage detected
searching dependent graphs…