X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Ftests%2Fboost.cpp;h=09d701dfd51980046a88cd3919d3d34cc4292619;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=8570d74c897d276ed28b0af433fc131188038f06;hpb=7f461f4392a19cf488dec005d2f12cfea83655d9;p=lyx.git diff --git a/src/frontends/tests/boost.cpp b/src/frontends/tests/boost.cpp index 8570d74c89..09d701dfd5 100644 --- a/src/frontends/tests/boost.cpp +++ b/src/frontends/tests/boost.cpp @@ -3,17 +3,16 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ #include -#include "support/assert.h" - #include -#include +#include +#include using namespace std; @@ -22,7 +21,8 @@ namespace boost { #ifndef BOOST_NO_EXCEPTIONS void throw_exception(exception const & /*e*/) { - LASSERT(false, /**/); + cerr<<"ASSERTION VIOLATED IN biblio test"; + BOOST_ASSERT(false); } #endif