]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
static_members.cc (test02): Fix.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 12 Oct 2002 04:37:51 +0000 (04:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 12 Oct 2002 04:37:51 +0000 (04:37 +0000)
2002-10-11  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/22_locale/static_members.cc (test02): Fix.

From-SVN: r58079

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/static_members.cc

index f37120439171cae8b40c37661a1f72653dd0f8ec..e04ee846ee517f0a9fb8f65fcaaa0d991d68547b 100644 (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.
index f8a909203dcb1931b6708ee63498c8b0df54feac..06cd831c482cebc94b3fff6505be5c835e23931c 100644 (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 );