diff options
-rw-r--r-- | compiler-rt/test/tsan/debug_alloc_stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/debug_alloc_stack.cc b/compiler-rt/test/tsan/debug_alloc_stack.cc index e7742278e98..303c103206f 100644 --- a/compiler-rt/test/tsan/debug_alloc_stack.cc +++ b/compiler-rt/test/tsan/debug_alloc_stack.cc @@ -2,7 +2,7 @@ // RUN: env %env_tsan_opts=stack_trace_format=DEFAULT %deflake %run %t 2>&1 | FileCheck %s // Until I figure out how to make this test work on Linux -// REQUIRES: x86_64-darwin +// REQUIRES: system-darwin #include "test.h" #include <pthread.h> |