From 43f4b1380839f26a7f7790c32884c796396a8caf Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 20 Dec 2016 01:57:31 +0000 Subject: 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 --- test/tsan/debug_alloc_stack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tsan/debug_alloc_stack.cc') 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 -- cgit v1.2.3