[gcc r13-6937] libstdc++: Fix filename of new test [PR109242]

Jonathan Wakely redi@gcc.gnu.org
Wed Mar 29 23:45:02 GMT 2023


https://gcc.gnu.org/g:ee122a2eeaea2ffec0e32577c7372bd4e2289e11

commit r13-6937-gee122a2eeaea2ffec0e32577c7372bd4e2289e11
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 30 00:42:11 2023 +0100

    libstdc++: Fix filename of new test [PR109242]
    
    libstdc++-v3/ChangeLog:
    
            PR libstdc++/109242
            * testsuite/20_util/optional/monadic/pr109340.cc: Moved to...
            * testsuite/20_util/optional/monadic/pr109242.cc: ...here.

Diff:
---
 .../testsuite/20_util/optional/monadic/{pr109340.cc => pr109242.cc}       | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/libstdc++-v3/testsuite/20_util/optional/monadic/pr109340.cc b/libstdc++-v3/testsuite/20_util/optional/monadic/pr109242.cc
similarity index 100%
rename from libstdc++-v3/testsuite/20_util/optional/monadic/pr109340.cc
rename to libstdc++-v3/testsuite/20_util/optional/monadic/pr109242.cc


More information about the Libstdc++-cvs mailing list