[Tsan] Fix the blacklist2.cc test to pass on FreeBSD

Differential Revision: http://reviews.llvm.org/D5665

llvm-svn: 219397
This commit is contained in:
Viktor Kutuzov 2014-10-09 09:04:26 +00:00
parent bafaa7f6ba
commit 27781f993d
1 changed files with 1 additions and 1 deletions

View File

@ -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--;
}