llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class
Mark de Wever e7c621a607 [libc++][nfc] Test std::unique_ptr self move assignment.
The post-conditions for the self move assignment of `std::unique_ptr`
were changed. This requires no implementation changes. A test was added
to validate the new post-conditions.

Addresses
- LWG-3455: Incorrect Postconditions on `unique_ptr` move assignment

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D103764
2021-06-09 20:43:12 +02:00
..
unique.ptr.asgn [libc++][nfc] Test std::unique_ptr self move assignment. 2021-06-09 20:43:12 +02:00
unique.ptr.ctor [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
unique.ptr.dtor
unique.ptr.modifiers [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
unique.ptr.observers
pointer_type.pass.cpp