summaryrefslogtreecommitdiff
path: root/test/tsan/debug_alloc_stack.cc
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-12-20 01:57:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-12-20 01:57:31 +0000
commit43f4b1380839f26a7f7790c32884c796396a8caf (patch)
tree9468f4e15c0e9d741b2104b13dddbb3b12efea9b /test/tsan/debug_alloc_stack.cc
parentd177c009fc83b8571254a2fcca43aa12bb1d5135 (diff)
Make this REQUIRES match the other REQUIRES lines that mention requiring
a darwin system. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/debug_alloc_stack.cc')
-rw-r--r--test/tsan/debug_alloc_stack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/debug_alloc_stack.cc b/test/tsan/debug_alloc_stack.cc
index e7742278e..303c10320 100644
--- a/test/tsan/debug_alloc_stack.cc
+++ b/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>