diff options
Diffstat (limited to 'test/tsan/mutexset2.cc')
-rw-r--r-- | test/tsan/mutexset2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/mutexset2.cc b/test/tsan/mutexset2.cc index 2a3e5bb95e875..5f7c0c41bb06a 100644 --- a/test/tsan/mutexset2.cc +++ b/test/tsan/mutexset2.cc @@ -26,7 +26,7 @@ int main() { // CHECK: (mutexes: write [[M1:M[0-9]+]]): // CHECK: Mutex [[M1]] (0x{{.*}}) created at: // CHECK: #0 pthread_mutex_init - // CHECK: #1 main {{.*}}/mutexset2.cc:[[@LINE+1]] + // CHECK: #1 main {{.*}}mutexset2.cc:[[@LINE+1]] pthread_mutex_init(&mtx, 0); pthread_t t[2]; pthread_create(&t[0], NULL, Thread1, NULL); |