forked from OSchip/llvm-project
[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:
parent
bafaa7f6ba
commit
27781f993d
|
@ -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--;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue