Commit d13cebde by Paolo Carlini Committed by Paolo Carlini

13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext/enc_filebuf.h.

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
parent 1465374a
2005-01-01 Paolo Carlini <pcarlini@suse.de> 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, * testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
null-terminate array1 at the outset. null-terminate array1 at the outset.
* testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc: * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc:
......
// 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 // 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; you can redistribute it and/or modify it under the
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA. // USA.
#include <testsuite_hooks.h>
#ifdef _GLIBCXX_USE___ENC_TRAITS #ifdef _GLIBCXX_USE___ENC_TRAITS
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif #endif
#include <testsuite_hooks.h>
void test01() void test01()
{ {
......
// 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 // 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; you can redistribute it and/or modify it under the
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA. // USA.
#include <testsuite_hooks.h>
#ifdef _GLIBCXX_USE___ENC_TRAITS #ifdef _GLIBCXX_USE___ENC_TRAITS
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif #endif
#include <testsuite_hooks.h>
void test01() void test01()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment