]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext/enc_fil...
authorPaolo Carlini <pcarlini@suse.de>
Sat, 1 Jan 2005 23:14:53 +0000 (23:14 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 1 Jan 2005 23:14:53 +0000 (23:14 +0000)
2005-01-01  Paolo Carlini  <pcarlini@suse.de>

        * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.

From-SVN: r92791

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc
libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc

index e7949227c9d7b8402c71d25921aaa711b33fe7fe..879ddc1346b98bdec8246ed7dab2eb63ca7e42d8 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-01  Paolo Carlini  <pcarlini@suse.de>
+
+       * testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
+       testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
+       * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
+
 2005-01-01  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
index 425de9a2c6d74445ac71d92a63919f26690311c3..0072dad881d9ba88b4b7c34756636ed787e07264 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2003, 2004 Free Software Foundation
+// Copyright (C) 2003, 2004, 2005 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
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+#include <testsuite_hooks.h>
 #ifdef _GLIBCXX_USE___ENC_TRAITS
 #include <ext/enc_filebuf.h>
 #endif
-#include <testsuite_hooks.h>
 
 void test01()
 {
index adb6c47aabdee24a081617a95b796631779546c4..e2cd94dade2a1aaa80696414934f8c30bdb778ef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2003, 2004 Free Software Foundation
+// Copyright (C) 2003, 2004, 2005 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
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+#include <testsuite_hooks.h>
 #ifdef _GLIBCXX_USE___ENC_TRAITS
 #include <ext/enc_filebuf.h>
 #endif
-#include <testsuite_hooks.h>
 
 void test01()
 {