[libcxx][test] Remove redundant semiregular checks for CPOs
authorJoe Loser <joeloser93@gmail.com>
Wed, 22 Dec 2021 17:30:09 +0000 (12:30 -0500)
committerJoe Loser <joeloser93@gmail.com>
Wed, 29 Dec 2021 03:09:12 +0000 (22:09 -0500)
commit7f410251e8d483e57ad54340ad968e4b498461da
tree8928c5499b35e66495ec505e0b8b959c76311be6
parentf7b096d754d6424f825d7e08af04b7ade985c77b
[libcxx][test] Remove redundant semiregular checks for CPOs

Some individual test files verify the CPO under test satisfies
`semiregular` concept.  This is redundant since it is already part of the test
in verifying whether the entity is indeed a CPO in
`libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp`.

Differential Revision: https://reviews.llvm.org/D116173
libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
libcxx/test/std/ranges/range.access/size.pass.cpp
libcxx/test/std/ranges/range.access/ssize.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.counted/counted.pass.cpp
libcxx/test/std/ranges/range.factories/range.iota.view/views_iota.pass.cpp