summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/wait.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/wait.cc')
-rw-r--r--test/asan/TestCases/Posix/wait.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/wait.cc b/test/asan/TestCases/Posix/wait.cc
index ed6f326b57d6..85e819369c0d 100644
--- a/test/asan/TestCases/Posix/wait.cc
+++ b/test/asan/TestCases/Posix/wait.cc
@@ -4,6 +4,7 @@
// RUN: %clangxx_asan -DWAITPID -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -DWAITPID -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: darwin
#include <assert.h>
#include <sys/wait.h>