libstdc++: Fix comment in testsuite utility

libstdc++-v3/ChangeLog:

	* testsuite/util/testsuite_character.h: Fix comment.
This commit is contained in:
Jonathan Wakely 2022-03-17 12:23:02 +00:00
parent 3a7ba8fd0c
commit 78ef40ecdc

View File

@ -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
{
@ -566,4 +566,3 @@ namespace std
} // namespace std
#endif // _GLIBCXX_TESTSUITE_CHARACTER_H