[libcxx][test][NFC] Add tests for backward iteration over associative
authorRuslan Arutyunyan <ruslan.arutyunyan@intel.com>
Mon, 7 Feb 2022 22:02:57 +0000 (01:02 +0300)
committerRuslan Arutyunyan <ruslan.arutyunyan@intel.com>
Mon, 7 Feb 2022 22:21:42 +0000 (01:21 +0300)
commit6a929492a6038e759c11cf65f5f8063d57b911ad
tree6632556dac52fd58be5940bb632d8089bade1bb0
parentd28051c4ab44141d7c52902de500dfe1293d3de2
[libcxx][test][NFC] Add tests for backward iteration over associative
containers

Add test cases for iteration over the ordered associative container from
end to begin using operator--

Reviewed By: Quuxplusone, rarutyun

Differential Revision: https://reviews.llvm.org/D118114
libcxx/test/std/containers/associative/map/map.access/iterator.pass.cpp
libcxx/test/std/containers/associative/multimap/iterator.pass.cpp
libcxx/test/std/containers/associative/multiset/iterator.pass.cpp
libcxx/test/std/containers/associative/set/iterator.pass.cpp