Commit 86b4ab73 by Paolo Carlini Committed by Paolo Carlini

12438.cc: Use __gnu_test::try_named_locale("").

2003-10-02  Paolo Carlini  <pcarlini@unitus.it>

	* testsuite/22_locale/locale/cons/12438.cc: Use
	__gnu_test::try_named_locale("").

From-SVN: r72024
parent cb9b7827
2003-10-02 Paolo Carlini <pcarlini@unitus.it>
* testsuite/22_locale/locale/cons/12438.cc: Use
__gnu_test::try_named_locale("").
2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_0): Define.
......
......@@ -42,7 +42,7 @@ void test01(int iters)
try
{
locale loc1 = locale::classic();
locale loc2("");
locale loc2 = __gnu_test::try_named_locale("");
VERIFY( !has_facet<MyFacet>(loc2) );
loc1.combine<MyFacet>(loc2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment