From 6db6efd40c46d4e54a302ac1227d1818fe28965d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 20 Dec 2016 01:57:31 +0000 Subject: [PATCH] Make this REQUIRES match the other REQUIRES lines that mention requiring a darwin system. llvm-svn: 290152 --- compiler-rt/test/tsan/debug_alloc_stack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/tsan/debug_alloc_stack.cc b/compiler-rt/test/tsan/debug_alloc_stack.cc index e774227..303c103 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 -- 2.7.4