diff options
author | Viktor Kutuzov <vkutuzov@accesssoftek.com> | 2014-10-09 09:04:26 +0000 |
---|---|---|
committer | Viktor Kutuzov <vkutuzov@accesssoftek.com> | 2014-10-09 09:04:26 +0000 |
commit | 27781f993d33039c0c0c7a08bca54ff9f338d26c (patch) | |
tree | d79ebc9129040c2b934152b00489ddba94637011 /compiler-rt | |
parent | bafaa7f6ba75978e7a936b0831c8dfb0112f26ac (diff) | |
download | bcm5719-llvm-27781f993d33039c0c0c7a08bca54ff9f338d26c.tar.gz bcm5719-llvm-27781f993d33039c0c0c7a08bca54ff9f338d26c.zip |
[Tsan] Fix the blacklist2.cc test to pass on FreeBSD
Differential Revision: http://reviews.llvm.org/D5665
llvm-svn: 219397
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/tsan/blacklist2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/blacklist2.cc b/compiler-rt/test/tsan/blacklist2.cc index 12582082754..1092561e55b 100644 --- a/compiler-rt/test/tsan/blacklist2.cc +++ b/compiler-rt/test/tsan/blacklist2.cc @@ -22,7 +22,7 @@ void *Thread1(void *x) { void TouchGlobal() { // CHECK: Previous write of size 4 - // CHECK: #0 TouchGlobal(){{.*}}blacklist2.cc:[[@LINE+1]] + // CHECK: #0 TouchGlobal{{.*}}blacklist2.cc:[[@LINE+1]] Global--; } |