public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7688] libstdc++: Fix comment in testsuite utility
@ 2022-03-17 12:24 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-03-17 12:24 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:78ef40ecdc1a442587703a4daed9141cf1ab87b2

commit r12-7688-g78ef40ecdc1a442587703a4daed9141cf1ab87b2
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 17 12:23:02 2022 +0000

    libstdc++: Fix comment in testsuite utility
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/util/testsuite_character.h: Fix comment.

Diff:
---
 libstdc++-v3/testsuite/util/testsuite_character.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libstdc++-v3/testsuite/util/testsuite_character.h b/libstdc++-v3/testsuite/util/testsuite_character.h
index 1547029786a..050159b1271 100644
--- a/libstdc++-v3/testsuite/util/testsuite_character.h
+++ b/libstdc++-v3/testsuite/util/testsuite_character.h
@@ -138,7 +138,7 @@ namespace __gnu_cxx
       inline V2
       __gnu_test::pod_uchar::char_type::to(const char_type& c)
       { return static_cast<V2>(c.value << 5); }
-} // namespace __gnu_test
+} // namespace __gnu_cxx
 
 namespace std
 {
@@ -562,8 +562,7 @@ namespace std
       pattern
       do_neg_format() const
       { return pattern(); }
-     };
+    };
 } // namespace std
 
 #endif // _GLIBCXX_TESTSUITE_CHARACTER_H
-


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-17 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 12:24 [gcc r12-7688] libstdc++: Fix comment in testsuite utility Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).