OSDN Git Service

2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 06:11:41 +0000 (06:11 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jan 2002 06:11:41 +0000 (06:11 +0000)
* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
* testsuite/22_locale/ctype_members_char.cc: Tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48902 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/ctype_members_char.cc

index 74a650c..89d6634 100644 (file)
@@ -2,6 +2,7 @@
 
        * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
        * testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
+       * testsuite/22_locale/ctype_members_char.cc: Tweak.     
 
 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
 
index 7a9c1c9..46f1256 100644 (file)
@@ -1,6 +1,6 @@
 // 2000-02-16 bkoz
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2001, 2002 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
@@ -31,8 +31,6 @@
 
 #include <locale>
 #include <vector>
-//#include <iostream>
-//#include <iomanip>
 #include <testsuite_hooks.h>
 
 // XXX This test (test02) is not working for non-glibc locale models.