X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fpool_alloc_mixin.test.cc;h=a5ab332e89a08cf6e9d077e890df03a1625a14c2;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=5d130ed53a873a3713c5d80222bcd70efbc8d152;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Utils/pool_alloc_mixin.test.cc b/Utils/pool_alloc_mixin.test.cc index 5d130ed..a5ab332 100644 --- a/Utils/pool_alloc_mixin.test.cc +++ b/Utils/pool_alloc_mixin.test.cc @@ -21,7 +21,7 @@ // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /** \file - \brief pool_alloc_mixin.test unit tests */ + \brief pool_alloc_mixin unit tests */ //#include "pool_alloc_mixin.test.hh" //#include "pool_alloc_mixin.test.ih" @@ -43,7 +43,7 @@ namespace { BOOST_AUTO_UNIT_TEST(poolAllocMixin) { -#ifndef SENF_NO_DEBUG +#ifdef SENF_DEBUG BOOST_CHECK_EQUAL( Test::allocCounter(), 0u ); {