[libcxx-commits] [libcxx] [libc++] Refactor the std::unique_lock tests (PR #102151)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 15 08:28:07 PDT 2024


================
@@ -0,0 +1,80 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

Can you please add a basic test that ensures that `std::unique_lock<std::mutex>` works properly? We used to test that implicitly via other tests, but that's not the case anymore so we should have something that ensures basic interoperability.

https://github.com/llvm/llvm-project/pull/102151


More information about the libcxx-commits mailing list