This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][test] Remove redundant semiregular checks for CPOs
ClosedPublic

Authored by jloser on Dec 22 2021, 9:34 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jloser requested review of this revision.Dec 22 2021, 9:34 AM
jloser created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2021, 9:34 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Dec 28 2021, 9:14 AM

LGTM!

This revision is now accepted and ready to land.Dec 28 2021, 9:14 AM