12658_thread-1.cc: Don't XFAIL on GNU/Linux.

* testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
	on GNU/Linux.

From-SVN: r96221
This commit is contained in:
Ben Elliston 2005-03-10 00:08:38 +00:00 committed by Ben Elliston
parent 4cfdf48f7c
commit d5fc240649
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-03-10 Ben Elliston <bje@au.ibm.com>
* testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
on GNU/Linux.
2005-03-07 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits (is_polymorphic): Don't forget

View File

@ -22,8 +22,6 @@
// 22.1.1.2 locale constructors and destructors [lib.locale.cons]
// { dg-do run { xfail *-*-linux* } }
#include <locale>
#include <pthread.h>
#include <testsuite_hooks.h>