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
1 changed files with 2 additions and 3 deletions

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
{
@ -562,8 +562,7 @@ namespace std
pattern
do_neg_format() const
{ return pattern(); }
};
};
} // namespace std
#endif // _GLIBCXX_TESTSUITE_CHARACTER_H