aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/22_locale/static_members.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f371204..e04ee84 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
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.
(_GLIBCPP_ASM_SYMVER): Add.
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Define _GLIBCPP_SYMVER.
diff --git a/libstdc++-v3/testsuite/22_locale/static_members.cc b/libstdc++-v3/testsuite/22_locale/static_members.cc
index f8a9092..06cd831 100644
--- a/libstdc++-v3/testsuite/22_locale/static_members.cc
+++ b/libstdc++-v3/testsuite/22_locale/static_members.cc
@@ -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 );