llvm-project/libcxx/test/std/utilities/meta/meta.unary.prop.query
Marshall Clow 24fa56bcc8 Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
llvm-svn: 357146
2019-03-28 03:39:25 +00:00
..
alignment_of.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
extent.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
rank.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
void_t.pass.cpp Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended 2019-03-28 03:39:25 +00:00