diff options
Diffstat (limited to 'test/tsan/mutexset1.cc')
-rw-r--r-- | test/tsan/mutexset1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/mutexset1.cc b/test/tsan/mutexset1.cc index 407cfe5bd9f10..8403b3401743a 100644 --- a/test/tsan/mutexset1.cc +++ b/test/tsan/mutexset1.cc @@ -26,7 +26,7 @@ int main() { // CHECK: Previous write of size 4 at {{.*}} by thread T2: // CHECK: Mutex [[M1]] (0x{{.*}}) created at: // CHECK: #0 pthread_mutex_init - // CHECK: #1 main {{.*}}/mutexset1.cc:[[@LINE+1]] + // CHECK: #1 main {{.*}}mutexset1.cc:[[@LINE+1]] pthread_mutex_init(&mtx, 0); pthread_t t[2]; pthread_create(&t[0], NULL, Thread1, NULL); |