]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Cleaned up string_vector_iterators.cc test [PR104874]
authorTomasz Kamiński <tkaminsk@redhat.com>
Thu, 24 Jul 2025 07:14:38 +0000 (09:14 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Thu, 24 Jul 2025 14:38:36 +0000 (16:38 +0200)
commitdc49c0a46ec96e754e36ccfdfd6e7613efd03f3f
tree571c41db1c0b4b2c6895c01f86733c3d3775567f
parent45665da440d07e5f559a7638e40e40099acbe78a
libstdc++: Cleaned up string_vector_iterators.cc test [PR104874]

Removed the wrong_stuff() function, which was effectively empty for
actual test runs. Replaced the manual failure counter with the VERIFY
macro to simplify identifying failures.

PR libstdc++/104874

libstdc++-v3/ChangeLog:

* testsuite/24_iterators/random_access/string_vector_iterators.cc:
Reworked.

Reviewed-by: Patrick Palka <ppalka@redhat.com>
Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>
libstdc++-v3/testsuite/24_iterators/random_access/string_vector_iterators.cc