diff --git a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c index df3cdec71e761..ab6e6a71b7f1d 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: rdar57365733 + #include #include #include