]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/money_get/1.cc
Reshuffle 22_locale testsuite.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / money_get / 1.cc
similarity index 84%
rename from libstdc++-v3/testsuite/22_locale/money_get.cc
rename to libstdc++-v3/testsuite/22_locale/money_get/1.cc
index 938bbaa6fdb41eae42d18e2c9d8170288a79b1cb..86fcd18b5016a08dbf37df6a687a8d095c7af17f 100644 (file)
@@ -1,6 +1,7 @@
+// { dg-do compile }
 // 2001-09-12  Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001 Free Software Foundation
+// Copyright (C) 2001, 2003 Free Software Foundation
 //
 // 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
@@ -20,8 +21,6 @@
 
 // 22.2.6.1  Template class money_get
 
-// { dg-do compile }
-
 #include <locale>
 
 void test01()
@@ -38,18 +37,8 @@ void test01()
   typedef test_type::iter_type iter_type;
 }
 
-// Should be able to instantiate this for other types besides char, wchar_t
-class gnu_money_get: public std::money_get<unsigned char> 
-{ };
-
-void test02()
-{ 
-  gnu_money_get facet01;
-}
-
 int main()
 {
   test01();
-  test02();
   return 0;
 }