summaryrefslogtreecommitdiff
path: root/tests/exception2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception2.c')
-rw-r--r--tests/exception2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception2.c b/tests/exception2.c
index ed54a57..da835b5 100644
--- a/tests/exception2.c
+++ b/tests/exception2.c
@@ -129,7 +129,7 @@ main(int argc, char argv[])
exit(0);
}
- assert((mt = pthread_self()) != NULL);
+ assert((mt = pthread_self()).p != NULL);
for (i = 0; i < NUMTHREADS; i++)
{