summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/mutexset1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/mutexset1.cc')
-rw-r--r--compiler-rt/test/tsan/mutexset1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/mutexset1.cc b/compiler-rt/test/tsan/mutexset1.cc
index ca87a7ba047..acba2f33e02 100644
--- a/compiler-rt/test/tsan/mutexset1.cc
+++ b/compiler-rt/test/tsan/mutexset1.cc
@@ -24,7 +24,7 @@ int main() {
// CHECK: Write of size 4 at {{.*}} by thread T1
// CHECK: (mutexes: write [[M1:M[0-9]+]]):
// CHECK: Previous write of size 4 at {{.*}} by thread T2:
- // CHECK: Mutex [[M1]] created at:
+ // CHECK: Mutex [[M1]] (0x{{.*}}) created at:
// CHECK: #0 pthread_mutex_init
// CHECK: #1 main {{.*}}/mutexset1.cc:[[@LINE+1]]
pthread_mutex_init(&mtx, 0);
OpenPOWER on IntegriCloud