This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Fix trivial typos in recent testcases


Hi,

tested x86-linux withouh PCHs, committed to mainline.

Paolo.

//////////////////
2007-02-25  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/19_diagnostics/headers/cerrno/macros.cc: Include
	the right header.
	* testsuite/18_support/headers/cstdlib/macros.cc: Likewise.
Index: testsuite/19_diagnostics/headers/cerrno/macros.cc
===================================================================
--- testsuite/19_diagnostics/headers/cerrno/macros.cc	(revision 122296)
+++ testsuite/19_diagnostics/headers/cerrno/macros.cc	(working copy)
@@ -18,7 +18,7 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <cassert>
+#include <cerrno>
 
 namespace gnu
 {
Index: testsuite/18_support/headers/cstdlib/macros.cc
===================================================================
--- testsuite/18_support/headers/cstdlib/macros.cc	(revision 122296)
+++ testsuite/18_support/headers/cstdlib/macros.cc	(working copy)
@@ -19,7 +19,7 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <cstddef>
+#include <cstdlib>
 
 namespace gnu
 {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]