Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2008-01-25 20:43:52


Author: hkaiser
Date: 2008-01-25 20:43:52 EST (Fri, 25 Jan 2008)
New Revision: 42979
URL: http://svn.boost.org/trac/boost/changeset/42979

Log:
Wave: Tweaked new testcase.
Text files modified:
   branches/release/libs/wave/test/testwave/testfiles/t_9_019.cpp | 4 ++--
   branches/release/libs/wave/test/testwave/testfiles/t_9_019.hpp | 3 ++-
   2 files changed, 4 insertions(+), 3 deletions(-)

Modified: branches/release/libs/wave/test/testwave/testfiles/t_9_019.cpp
==============================================================================
--- branches/release/libs/wave/test/testwave/testfiles/t_9_019.cpp (original)
+++ branches/release/libs/wave/test/testwave/testfiles/t_9_019.cpp 2008-01-25 20:43:52 EST (Fri, 25 Jan 2008)
@@ -10,6 +10,6 @@
 // tests, whether regression causing #include_next to infinitely recurse is
 // fixed
 
-//E t_9_019.cpp(14): error: could not find include file: t_9_019.hpp
-#include_next "t_9_019.hpp"
+//E t_9_019.hpp(11): error: could not find include file: t_9_019.hpp
+#include "t_9_019.hpp"
 

Modified: branches/release/libs/wave/test/testwave/testfiles/t_9_019.hpp
==============================================================================
--- branches/release/libs/wave/test/testwave/testfiles/t_9_019.hpp (original)
+++ branches/release/libs/wave/test/testwave/testfiles/t_9_019.hpp 2008-01-25 20:43:52 EST (Fri, 25 Jan 2008)
@@ -7,4 +7,5 @@
     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
-// this file intentionally has been left empty
+// this shouldn't give an recursion
+#include_next "t_9_019.hpp"


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk