diff options
Diffstat (limited to 'tests/kill1.c')
-rw-r--r-- | tests/kill1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kill1.c b/tests/kill1.c index b9477fc..1ffd07a 100644 --- a/tests/kill1.c +++ b/tests/kill1.c @@ -77,8 +77,6 @@ int main() { - void * result = NULL; - assert(pthread_kill(pthread_self(), 1) == EINVAL); return 0; |