[all-commits] [llvm/llvm-project] 6a9294: [libcxx][test][NFC] Add tests for backward iterati...

Ruslan Arutyunyan via All-commits all-commits at lists.llvm.org
Mon Feb 7 14:22:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a929492a6038e759c11cf65f5f8063d57b911ad
      https://github.com/llvm/llvm-project/commit/6a929492a6038e759c11cf65f5f8063d57b911ad
  Author: Ruslan Arutyunyan <ruslan.arutyunyan at intel.com>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M libcxx/test/std/containers/associative/map/map.access/iterator.pass.cpp
    M libcxx/test/std/containers/associative/multimap/iterator.pass.cpp
    M libcxx/test/std/containers/associative/multiset/iterator.pass.cpp
    M libcxx/test/std/containers/associative/set/iterator.pass.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list