forked from OSchip/llvm-project
tsan: fix darwin build
Runtime hooks do not seem to work on darwin. The test failed on builder: http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/34882/consoleFull#7286766538254eaf0-7326-4999-85b0-388101f2d404 Move the test to Linux dir. llvm-svn: 311776
This commit is contained in:
parent
963ce483b8
commit
780b462840
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t 2>&1 | FileCheck %s
|
||||
#include "test.h"
|
||||
#include "../test.h"
|
||||
#include <memory.h>
|
||||
|
||||
// A reproducer for a known issue.
|
Loading…
Reference in New Issue