diff options
Diffstat (limited to 'test/tsan/cond_version.c')
| -rw-r--r-- | test/tsan/cond_version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/cond_version.c b/test/tsan/cond_version.c index 2282c3ad738d..6bae776e6a4e 100644 --- a/test/tsan/cond_version.c +++ b/test/tsan/cond_version.c @@ -3,6 +3,9 @@ // previously there were issues with versioned symbols. // CHECK: OK +// OS X doesn't have pthread_condattr_setclock. +// UNSUPPORTED: darwin + #include <stdio.h> #include <stdlib.h> #include <pthread.h> |
