From bea8978fb8ab1a6d106fc6761b50fb55a98373d4 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 19 Aug 2003 07:09:12 +0000 Subject: Fix accidental corruption of some test cases. --- tests/kill1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kill1.c') diff --git a/tests/kill1.c b/tests/kill1.c index d1bad37..b9477fc 100644 --- a/tests/kill1.c +++ b/tests/kill1.c @@ -79,7 +79,7 @@ main() { void * result = NULL; - assert(pthread_kill(pthread_self(), 0) == EINVAL); + assert(pthread_kill(pthread_self(), 1) == EINVAL); return 0; } -- cgit v1.2.3