aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc b/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
index 034ae564c7c..1bfe86ba808 100644
--- a/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
+++ b/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
@@ -373,7 +373,7 @@ void test07()
{
bool test = true;
- const char* tentLANG = setlocale(LC_ALL, "ja_JP.eucjp");
+ const char* tentLANG = std::setlocale(LC_ALL, "ja_JP.eucjp");
if (tentLANG != NULL)
{
std::string preLANG = tentLANG;
@@ -382,7 +382,7 @@ void test07()
test03();
test05();
test06();
- std::string postLANG = setlocale(LC_ALL, NULL);
+ std::string postLANG = std::setlocale(LC_ALL, NULL);
VERIFY( preLANG == postLANG );
}
}