static_members.cc (test02): Fix.
2002-10-11 Benjamin Kosnik <bkoz@redhat.com> * testsuite/22_locale/static_members.cc (test02): Fix. From-SVN: r58079
This commit is contained in:
parent
520157677f
commit
c0b80fecdf
@ -1,3 +1,7 @@
|
||||
2002-10-11 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/22_locale/static_members.cc (test02): Fix.
|
||||
|
||||
2002-10-11 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* acconfig.h (_GLIBCPP_SYMVER): Add.
|
||||
|
@ -78,7 +78,7 @@ void test02()
|
||||
const locale env_orig("");
|
||||
|
||||
// setlocale to en_PH
|
||||
string lc_all_ph = std::setlocale(LC_ALL, ph.c_str());
|
||||
std::setlocale(LC_ALL, ph.c_str());
|
||||
|
||||
const locale loc_env("");
|
||||
VERIFY( loc_env == env_orig );
|
||||
|
Loading…
Reference in New Issue
Block a user