llvm-project/libcxx/test/std/utilities/optional/optional.specalg
Arthur O'Dwyer 2b2ee24d53 [libc++] [test] Remove `using std::{make_,}optional` from the optional tests.
Drive-by remove some use of raw `new`, and expand test coverage a tiny bit.

Differential Revision: https://reviews.llvm.org/D119861
2022-02-16 10:59:43 -05:00
..
make_optional.pass.cpp [libc++] [test] Remove `using std::{make_,}optional` from the optional tests. 2022-02-16 10:59:43 -05:00
make_optional_explicit.pass.cpp [libc++] [test] Remove `using std::{make_,}optional` from the optional tests. 2022-02-16 10:59:43 -05:00
make_optional_explicit_initializer_list.pass.cpp [libc++] [test] Remove `using std::{make_,}optional` from the optional tests. 2022-02-16 10:59:43 -05:00
swap.pass.cpp