diff options
Diffstat (limited to 'compiler-rt/test/tsan/fiber_two_threads.cc')
-rw-r--r-- | compiler-rt/test/tsan/fiber_two_threads.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/fiber_two_threads.cc b/compiler-rt/test/tsan/fiber_two_threads.cc index 02f1c175929..d2961b94dde 100644 --- a/compiler-rt/test/tsan/fiber_two_threads.cc +++ b/compiler-rt/test/tsan/fiber_two_threads.cc @@ -1,6 +1,6 @@ // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s // UNSUPPORTED: tvos, watchos -// XFAIL: ios +// XFAIL: ios && !iossim #include "sanitizer_common/sanitizer_ucontext.h" #include "test.h" |