[libcxx][ranges] Fix tests for stdlib types that conform to sized_sentinel_for.
authorzoecarver <z.zoelec2@gmail.com>
Tue, 27 Apr 2021 16:03:52 +0000 (09:03 -0700)
committerzoecarver <z.zoelec2@gmail.com>
Thu, 29 Apr 2021 21:44:16 +0000 (14:44 -0700)
commit3aaac01aab2f2e5c654f73e3424e92c53ba601a4
treed37fdc5b3acb14830c03eeb288d06a94ef89f83a
parentfa2340574c5b3208eaa17bf021be92cda7b6d308
[libcxx][ranges] Fix tests for stdlib types that conform to sized_sentinel_for.

Differential Revision: https://reviews.llvm.org/D101371
libcxx/test/std/containers/associative/map/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/associative/multimap/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/associative/multiset/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/associative/set/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/sequences/array/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/sequences/deque/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/sequences/vector.bool/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/containers/sequences/vector/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/strings/basic.string/string.iterators/iterator_concept_conformance.compile.pass.cpp
libcxx/test/std/strings/string.view/string.view.iterators/iterator_concept_conformance.compile.pass.cpp