]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/collate_byname/1.cc
Reshuffle 22_locale testsuite.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / collate_byname / 1.cc
similarity index 97%
rename from libstdc++-v3/testsuite/22_locale/collate_byname.cc
rename to libstdc++-v3/testsuite/22_locale/collate_byname/1.cc
index a4d76829b21a70fc3d3c92cf8bb719e8a080e123..629866287907cea8f6e3a9380eee4920d144aba4 100644 (file)
@@ -23,9 +23,6 @@
 #include <locale>
 #include <testsuite_hooks.h>
 
-// XXX This test is not working for non-glibc locale models.
-// { dg-do run { xfail *-*-* } }
-
 void test01()
 {
   using namespace std;
@@ -135,6 +132,5 @@ void test01()
 int main()
 {
   test01();
-
   return 0;
 }