diff --git a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c index 2eab03f81a015..17ed11728f662 100644 --- a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c +++ b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c @@ -3,6 +3,8 @@ // RUN: %clang_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer' +// REQUIRES: rdar57844626 + #include #include #include