libstdc++: Fix comment in testsuite utility
libstdc++-v3/ChangeLog: * testsuite/util/testsuite_character.h: Fix comment.
This commit is contained in:
parent
3a7ba8fd0c
commit
78ef40ecdc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user