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:
Dmitry Vyukov 2017-08-25 15:18:48 +00:00
parent 963ce483b8
commit 780b462840
1 changed files with 1 additions and 1 deletions

View File

@ -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.