[PATCH] D73138: [libcxx] [test] Correct asserted type in subspan test; subspan with count should never produce dynamic_extent
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 18 12:08:30 PST 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
In D73138#1881198 <https://reviews.llvm.org/D73138#1881198>, @BillyONeal wrote:
> @ldionne I think you're correct, though the test there is more complex than it needs to be (because the ==Count cases are the only ever encountered here).
Hmm, yes, you're right! I'll take your patch on top. Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73138/new/
https://reviews.llvm.org/D73138
More information about the cfe-commits
mailing list