aboutsummaryrefslogtreecommitdiff
path: root/test/safestack/pthread.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
commit0646903fc1f75f6e605754621119473ee083f4a4 (patch)
tree57bce79a7423a054cccec23bdf6cd96e2d271b4a /test/safestack/pthread.c
parent005b7ed8f76756d94ef6266ded755ab7863cb936 (diff)
Diffstat (limited to 'test/safestack/pthread.c')
-rw-r--r--test/safestack/pthread.c2
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>