aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/vfork.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/vfork.cc')
-rw-r--r--test/tsan/vfork.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/vfork.cc b/test/tsan/vfork.cc
index 5ae1dd1ababd..98a82623ee65 100644
--- a/test/tsan/vfork.cc
+++ b/test/tsan/vfork.cc
@@ -1,4 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: darwin
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>