public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] 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: libstdc++, gcc-patches

Pushed as obvious.

-- >8 --

libstdc++-v3/ChangeLog:

	* testsuite/util/testsuite_character.h: Fix comment.
---
 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
-
-- 
2.34.1


^ 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 [committed] 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).