diff options
Diffstat (limited to 'test/safestack/pthread.c')
-rw-r--r-- | test/safestack/pthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/safestack/pthread.c b/test/safestack/pthread.c index 416586ee13e7..1687c10a6ef2 100644 --- a/test/safestack/pthread.c +++ b/test/safestack/pthread.c @@ -1,8 +1,6 @@ // RUN: %clang_safestack %s -pthread -o %t // RUN: %run %t -// XFAIL: darwin - // Test that pthreads receive their own unsafe stack. #include <stdlib.h> |