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]

PATCH (3.0 branch only):


This patch corrects for the fact that only the mainline uses
testsuite_hooks.h.  It is clear that `make check' was not run before
that file was moved to the branch!

Installed on 3.0 branch only after studying `make check' output before
and after.

2001-08-28  Loren J. Rittle  <ljrittle@acm.org>

	* testsuite/23_containers/map_insert.cc: (For 3.0 branch only:)
	Include debug_assert.h not testsuite_hooks.h.

Index: testsuite/23_containers/map_insert.cc
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/23_containers/map_insert.cc,v
retrieving revision 1.1.2.1
diff -c -r1.1.2.1 map_insert.cc
*** map_insert.cc	2001/08/24 17:45:48	1.1.2.1
--- map_insert.cc	2001/08/28 06:24:11
***************
*** 21,27 ****
  // 23.3.1.2, table 69 -- map::insert(p,t)
  
  #include <map>
! #include <testsuite_hooks.h>
  
  // { dg-do run }
  
--- 21,27 ----
  // 23.3.1.2, table 69 -- map::insert(p,t)
  
  #include <map>
! #include <debug_assert.h>
  
  // { dg-do run }
  


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