Skip to content

Commit e4e193f

Browse files
committed
Remove libcxx test from this change.
1 parent a7e28b9 commit e4e193f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/test/extensions/clang/thread/thread.mutex/lock.verify.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ void f3() {
4545
expected-warning {{mutex 'm2' is still held at the end of function}} \
4646
expected-warning {{mutex 'm3' is still held at the end of function}}
4747
#endif
48-
49-
void f4() {
50-
std::mutex local_m0;
51-
std::mutex local_m1;
52-
std::lock(local_m0, local_m1);
53-
}

0 commit comments

Comments
 (0)