OSDN Git Service

2007-02-20 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / moneypunct / requirements / true / base_classes.cc
@@ -22,7 +22,6 @@
 // 22.2.6.3  Template class moneypunct
 
 #include <locale>
-#include <testsuite_hooks.h>
 
 void test01()
 {
@@ -31,14 +30,4 @@ void test01()
   typedef std::locale::facet base_type;
   const test_type& obj = std::use_facet<test_type>(std::locale()); 
   const base_type* base __attribute__((unused)) = &obj;
-  
-  // Check for required typedefs
-  typedef test_type::char_type char_type;
-  typedef test_type::string_type string_type;
-}
-
-int main()
-{
-  test01();
-  return 0;
 }