[libcxx-commits] [PATCH] D115272: [libc++] [test] Refactor range.prim/empty.pass.cpp

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 7 11:13:46 PST 2021


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, libc++, var-const.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

No decrease in test coverage intended. The original goal here
was just to get rid of the global name `sentinel` so that we can
rename the `sentinel_wrapper` in "test_iterators.h" to `sentinel`;
but then I took a closer look at the offending tests and saw
that some of them probably weren't testing what they intended.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115272

Files:
  libcxx/test/std/ranges/range.access/range.prim/empty.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115272.392480.patch
Type: text/x-patch
Size: 4332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211207/1bdfd6d3/attachment.bin>


More information about the libcxx-commits mailing list