From c1cf7e30bc19770c0f5c6a6c0ed363b5de6ba395 Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 20 May 2011 08:45:24 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@339 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/boost_test_error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/turtle/boost_test_error.hpp b/src/libraries/turtle/boost_test_error.hpp index 64dcd24..01dbfde 100644 --- a/src/libraries/turtle/boost_test_error.hpp +++ b/src/libraries/turtle/boost_test_error.hpp @@ -92,7 +92,7 @@ namespace mock { ~cleanup() { - //mock::verify(); // $$$$ MAT : because of a bug in Boost.Test this will crash anything needs to be logged + //mock::verify(); // $$$$ MAT : because of a bug in Boost.Test this will crash if anything needs to be logged mock::reset(); } };