]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix invalid order in PSTL inplace_merge test [PR90276]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 1 Feb 2024 10:06:15 +0000 (10:06 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 2 Feb 2024 10:27:16 +0000 (10:27 +0000)
commita6286584e5536d1853a851b8c2ac3196956e3068
tree284775ab534fc0c083e4536f7f0b9ef70feea02a
parent723a7c1ad29523b9ddff53c7b147bffea56fbb63
libstdc++: Fix invalid order in PSTL inplace_merge test [PR90276]

This looks like a typo in the upstream test that causes a failure in
debug mode. It has been reported upstream.

libstdc++-v3/ChangeLog:

PR libstdc++/90276
* testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc: Fix
comparison function to use less-than instead of equality.
libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc
This page took 0.0802 seconds and 6 git commands to generate.