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:
Benjamin Kosnik 2002-10-12 04:37:51 +00:00 committed by Benjamin Kosnik
parent 520157677f
commit c0b80fecdf
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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 );