]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc
Reshuffle 22_locale testsuite.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / ctype / widen / wchar_t / 1.cc
similarity index 94%
rename from libstdc++-v3/testsuite/22_locale/ctype_widen_wchar_t.cc
rename to libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc
index d07a58d2201ff9904a7ba2eb9d758d9c3d79f907..e0b33155bb9108b43a5fbbde81b6c8fc523f7783 100644 (file)
@@ -1,6 +1,6 @@
 // 2002-05-24 bkoz
 
-// Copyright (C) 2002 Free Software Foundation, Inc.
+// Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -33,7 +33,6 @@
 #include <vector>
 #include <testsuite_hooks.h>
 
-#ifdef _GLIBCPP_USE_WCHAR_T
 void test01()
 {
   using namespace std;
@@ -60,12 +59,9 @@ void test01()
   for (int i = 0; i < narrow.length(); ++i)
     VERIFY( wide_chars[i] == wide[i] );
 }
-#endif
 
 int main() 
 {
-#ifdef _GLIBCPP_USE_WCHAR_T
   test01();
-#endif
   return 0;
 }