Removed default error policy keeping only Boost.Test integration

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@535 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-30 14:46:11 +00:00
parent 0601689503
commit 032e3b8a70
3 changed files with 6 additions and 2 deletions

View file

@ -11,8 +11,8 @@
#include "../config.hpp"
#ifdef MOCK_USE_BOOST_TEST
#include "verify.hpp"
#include "reset.hpp"
#include "../verify.hpp"
#include "../reset.hpp"
#include <boost/test/unit_test_suite.hpp>
namespace mock