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
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue