summaryrefslogtreecommitdiff
path: root/tests/exception3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception3.c')
-rw-r--r--tests/exception3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception3.c b/tests/exception3.c
index af47705..428cf5b 100644
--- a/tests/exception3.c
+++ b/tests/exception3.c
@@ -158,7 +158,7 @@ main()
pthread_t et[NUMTHREADS];
pthread_mutexattr_t ma;
- assert((mt = pthread_self()) != NULL);
+ assert((mt = pthread_self()).p != NULL);
printf("See the notes inside of exception3.c re term_funcs.\n");