]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Restore call to test6642 in string_vector_iterators.cc test [PR104874]
authorTomasz Kamiński <tkaminsk@redhat.com>
Tue, 19 Aug 2025 08:58:04 +0000 (10:58 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Tue, 19 Aug 2025 09:03:15 +0000 (11:03 +0200)
The test call was accidentally omitted in r16-2484-gdc49c0a46ec96e,
a commit that refactored this test file. This patch adds it back.

PR libstdc++/104874

libstdc++-v3/ChangeLog:

* testsuite/24_iterators/random_access/string_vector_iterators.cc:
Call test6642.

libstdc++-v3/testsuite/24_iterators/random_access/string_vector_iterators.cc

index 22803e7ece729b925cb24d449bda27bed0a827c6..d6b95d68ddd09b00670c020ba4856955037f6f7c 100644 (file)
@@ -370,5 +370,6 @@ main()
    string_stuff();
    vector_stuff();
    reverse_stuff();
+   test6642();
    return 0;
 }